Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(227)

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrame.cpp

Issue 1761633002: One accessibility tree per frame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix is-richly-editable test Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « third_party/WebKit/Source/core/frame/LocalFrame.h ('k') | third_party/WebKit/Source/core/html/HTMLDialogElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698