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

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

Issue 517043003: Move Frame to the Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Back out non-Oilpan experiment + tidy up by adding frame() ref accessors 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
Index: Source/core/frame/LocalDOMWindow.h
diff --git a/Source/core/frame/LocalDOMWindow.h b/Source/core/frame/LocalDOMWindow.h
index 9f6157a9194838927cfec04abac7fc53b9a4e848..b42b071d6d72fd2a4b68f4b556f3fff7a799d3cd 100644
--- a/Source/core/frame/LocalDOMWindow.h
+++ b/Source/core/frame/LocalDOMWindow.h
@@ -341,7 +341,7 @@ private:
Page* page();
- virtual void frameDestroyed() OVERRIDE;
+ // FrameDestructionObserver
virtual void willDetachFrameHost() OVERRIDE;
void clearDocument();

Powered by Google App Engine
This is Rietveld 408576698