summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/page/page.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/page/page.cc')
-rw-r--r--chromium/third_party/blink/renderer/core/page/page.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/core/page/page.cc b/chromium/third_party/blink/renderer/core/page/page.cc
index 1c2e3dbbb01..6cc6c5a6f38 100644
--- a/chromium/third_party/blink/renderer/core/page/page.cc
+++ b/chromium/third_party/blink/renderer/core/page/page.cc
@@ -307,8 +307,6 @@ void Page::DocumentDetached(Document* document) {
if (validation_message_client_)
validation_message_client_->DocumentDetached(*document);
hosts_using_features_.DocumentDetached(*document);
- if (spatial_navigation_controller_ && document->GetFrame()->IsMainFrame())
- spatial_navigation_controller_->ResetMojoBindings();
}
bool Page::OpenedByDOM() const {