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

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: Rebased past r181814 conflict 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 0b519f591c62916827f6364a8a356659e8700b54..311108c450571e17779dd640935f2a0e650bb597 100644
--- a/Source/core/frame/LocalDOMWindow.h
+++ b/Source/core/frame/LocalDOMWindow.h
@@ -340,7 +340,10 @@ private:
Page* page();
+ // FrameDestructionObserver
+#if !ENABLE(OILPAN)
virtual void frameDestroyed() OVERRIDE;
+#endif
virtual void willDetachFrameHost() OVERRIDE;
void clearDocument();

Powered by Google App Engine
This is Rietveld 408576698