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

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

Issue 822863003: LifecycleObserver::contextDestroyed should be explicitly dispatched promptly when a context is dest… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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: Source/core/frame/LocalDOMWindow.cpp
diff --git a/Source/core/frame/LocalDOMWindow.cpp b/Source/core/frame/LocalDOMWindow.cpp
index 0eb295eb957c3f684cf3e37a0385ced090dc1e5f..5d6b3fb49771a98157aa1de372bdee66e77a08f9 100644
--- a/Source/core/frame/LocalDOMWindow.cpp
+++ b/Source/core/frame/LocalDOMWindow.cpp
@@ -628,6 +628,8 @@ void LocalDOMWindow::reset()
#if ENABLE(ASSERT)
m_hasBeenReset = true;
#endif
+
+ LifecycleContext<LocalDOMWindow>::contextDestroyed();
haraken 2014/12/23 03:43:44 This is not a right timing to dispatch contextDest
sof 2014/12/23 14:40:30 Would it work to tie contextDestroyed() for a DOMW
}
bool LocalDOMWindow::isCurrentlyDisplayedInFrame() const

Powered by Google App Engine
This is Rietveld 408576698