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

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

Issue 1017313002: Simplify handling of LocalFrame lifecycle notifications. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: clear context on FDO::contextDestroyed() Created 5 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: Source/core/frame/LocalDOMWindow.h
diff --git a/Source/core/frame/LocalDOMWindow.h b/Source/core/frame/LocalDOMWindow.h
index 7548aec46edbcafbfc069084fb2d3a0a576f1e1d..9b7b7887f19cff2a4c98accb0510f1f3c22add71 100644
--- a/Source/core/frame/LocalDOMWindow.h
+++ b/Source/core/frame/LocalDOMWindow.h
@@ -233,7 +233,7 @@ private:
// FrameDestructionObserver overrides:
void willDetachFrameHost() override;
- void frameDestroyed() override;
+ void contextDestroyed() override;
RawPtrWillBeMember<LocalDOMWindow> m_window;
};

Powered by Google App Engine
This is Rietveld 408576698