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 a88b065fc121e98cc5d426f85991014e67e803d3..44c2fd5cb3142f3226ccf5cd3a60e947a8232f68 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::getWindowProxyManager() const |
return m_script->getWindowProxyManager(); |
} |
-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 |