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

Unified Diff: public/web/WebFrame.h

Issue 517043003: Move Frame to the Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase past r181245 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
« Source/web/WebRemoteFrameImpl.cpp ('K') | « Source/web/tests/WebViewTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebFrame.h
diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h
index 46d62129998e23acd9fde95d95af9b3ff4ee87d3..2439e1932a4988a88145f7d2b1ee59eaf9133e3a 100644
--- a/public/web/WebFrame.h
+++ b/public/web/WebFrame.h
@@ -58,6 +58,7 @@ namespace blink {
class Frame;
class OpenedFrameTracker;
+class Visitor;
class WebData;
class WebDataSource;
class WebDocument;
@@ -683,6 +684,7 @@ public:
#if BLINK_IMPLEMENTATION
static WebFrame* fromFrame(Frame*);
+ static void trace(Visitor*, WebFrame*);
#endif
protected:
« Source/web/WebRemoteFrameImpl.cpp ('K') | « Source/web/tests/WebViewTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698