Index: third_party/WebKit/Source/core/frame/LocalFrame.cpp |
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.cpp b/third_party/WebKit/Source/core/frame/LocalFrame.cpp |
index a669f98e0caa9a8c95eb96165f7e766d352d2238..2db6185912217c1ad86336f23e51cb6379e7c59f 100644 |
--- a/third_party/WebKit/Source/core/frame/LocalFrame.cpp |
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.cpp |
@@ -388,15 +388,6 @@ WindowProxyManager* LocalFrame::windowProxyManager() const |
return m_script->windowProxyManager(); |
} |
-void LocalFrame::disconnectOwnerElement() |
-{ |
- if (owner()) { |
- if (Document* document = this->document()) |
- document->topDocument().clearAXObjectCache(); |
- } |
- Frame::disconnectOwnerElement(); |
-} |
- |
bool LocalFrame::shouldClose() |
{ |
// TODO(dcheng): This should be fixed to dispatch beforeunload events to |