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

Unified Diff: Source/core/frame/LocalDOMWindow.cpp

Issue 565243002: WIP: do not perform a deep reset on frame destruction. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/LocalDOMWindow.cpp
diff --git a/Source/core/frame/LocalDOMWindow.cpp b/Source/core/frame/LocalDOMWindow.cpp
index 0dfa1b05271b5c9587a68c34c68a3249409bfed4..b4ab133cca891b6530b8552be90e33dcc59d6779 100644
--- a/Source/core/frame/LocalDOMWindow.cpp
+++ b/Source/core/frame/LocalDOMWindow.cpp
@@ -544,7 +544,8 @@ Page* LocalDOMWindow::page()
void LocalDOMWindow::frameDestroyed()
{
FrameDestructionObserver::frameDestroyed();
- reset();
+ willDestroyDocumentInFrame();
+ m_properties.clear();
}
void LocalDOMWindow::willDetachFrameHost()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698