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

Unified Diff: Source/modules/websockets/WebSocketChannel.h

Issue 1163273002: Oilpan: Make WebSocketChannel GarbageCollectedFinalized (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/websockets/WebSocketChannel.h
diff --git a/Source/modules/websockets/WebSocketChannel.h b/Source/modules/websockets/WebSocketChannel.h
index 69d5f392ff77ab05492bc6b95f845b2c78ec28aa..d41e3c5e6d85f3a7e3e976f5b680930b54dcbb8f 100644
--- a/Source/modules/websockets/WebSocketChannel.h
+++ b/Source/modules/websockets/WebSocketChannel.h
@@ -45,10 +45,7 @@ class ExecutionContext;
class KURL;
class WebSocketChannelClient;
-// FIXME: WebSocketChannel needs to be RefCountedGarbageCollected to support manual ref/deref
-// in MainThreadWebSocketChannelImpl. We should change it to GarbageCollectedFinalized once
-// we remove MainThreadWebSocketChannelImpl.
-class MODULES_EXPORT WebSocketChannel : public RefCountedGarbageCollected<WebSocketChannel> {
+class MODULES_EXPORT WebSocketChannel : public GarbageCollectedFinalized<WebSocketChannel> {
WTF_MAKE_NONCOPYABLE(WebSocketChannel);
public:
WebSocketChannel() { }
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698