Index: third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp |
diff --git a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp |
index 813f4661a05a8ea7de3ef1305a44c2e2a0394ae8..58c20079abf32e584996027ca22e43006ca85720 100644 |
--- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp |
+++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp |
@@ -515,12 +515,6 @@ void LocalDOMWindow::willDestroyDocumentInFrame() |
domWindowProperty->willDestroyGlobalObjectInFrame(); |
} |
-void LocalDOMWindow::willDetachDocumentFromFrame() |
-{ |
- for (const auto& domWindowProperty : m_properties) |
- domWindowProperty->willDetachGlobalObjectFromFrame(); |
-} |
- |
void LocalDOMWindow::registerProperty(DOMWindowProperty* property) |
{ |
m_properties.add(property); |