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

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

Issue 901903002: [WIP]Issue FrameDestructionObserver::frameDestroyed() notification on detach. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Too strong; clear supplements map only Created 5 years, 10 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 | « Source/core/frame/FrameDestructionObserver.cpp ('k') | Source/core/frame/LocalDOMWindow.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/LocalDOMWindow.h
diff --git a/Source/core/frame/LocalDOMWindow.h b/Source/core/frame/LocalDOMWindow.h
index 4ee59a6f89742b01c460db634f7a548ba67a4151..0f1fbd688339919b322eba7e5d73c603eba84cd8 100644
--- a/Source/core/frame/LocalDOMWindow.h
+++ b/Source/core/frame/LocalDOMWindow.h
@@ -236,6 +236,7 @@ private:
// FrameDestructionObserver overrides:
void willDetachFrameHost() override;
+ void frameDestroyed() override;
RawPtrWillBeMember<LocalDOMWindow> m_window;
};
@@ -259,6 +260,7 @@ private:
};
void willDetachFrameHost();
+ void frameDestroyed();
void removeAllEventListenersInternal(BroadcastListenerRemoval);
OwnPtrWillBeMember<WindowFrameObserver> m_frameObserver;
« no previous file with comments | « Source/core/frame/FrameDestructionObserver.cpp ('k') | Source/core/frame/LocalDOMWindow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698