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

Unified Diff: Source/web/WebSocketChannelClientProxy.h

Issue 835363003: Oilpan: add missing leftmost trace()s for GC mixins. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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.h ('K') | « Source/web/WebRemoteFrameImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebSocketChannelClientProxy.h
diff --git a/Source/web/WebSocketChannelClientProxy.h b/Source/web/WebSocketChannelClientProxy.h
index 5754e3a61025b9ca725a1542895ee0dd8338cbd7..c8de64fd59d33bc7ea9bab0192b4eace47828df6 100644
--- a/Source/web/WebSocketChannelClientProxy.h
+++ b/Source/web/WebSocketChannelClientProxy.h
@@ -59,6 +59,11 @@ public:
impl->didClose(status, code, reason);
}
+ virtual void trace(Visitor* visitor) override
+ {
+ WebSocketChannelClient::trace(visitor);
+ }
+
private:
explicit WebSocketChannelClientProxy(WebSocketImpl* impl)
: m_impl(impl)
« Source/web/WebRemoteFrameImpl.h ('K') | « Source/web/WebRemoteFrameImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698