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

Unified Diff: Source/web/WebRemoteFrameImpl.h

Issue 594483002: Oilpan: extend tracing over WebFrame trees. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add not-reached assert 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/web/WebRemoteFrameImpl.h
diff --git a/Source/web/WebRemoteFrameImpl.h b/Source/web/WebRemoteFrameImpl.h
index 2e377a340d5ec0ce731389eece266f2b4ed18c1d..2ca91d0877b022c1d953a375486b9a709300dc61 100644
--- a/Source/web/WebRemoteFrameImpl.h
+++ b/Source/web/WebRemoteFrameImpl.h
@@ -187,7 +187,10 @@ public:
static WebRemoteFrameImpl* fromFrame(RemoteFrame&);
- virtual void trace(Visitor*);
+#if ENABLE(OILPAN)
+ void trace(Visitor*);
+ void clearWeakMembers(Visitor*);
+#endif
private:
RemoteFrameClient m_frameClient;

Powered by Google App Engine
This is Rietveld 408576698