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

Unified Diff: third_party/WebKit/Source/modules/websockets/DOMWebSocket.h

Issue 2577053002: ActiveScriptWrappable: GC wrappers in detached ExecutionContexts. (Closed)
Patch Set: enable TraceWrappables for testing purposes Created 4 years 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: third_party/WebKit/Source/modules/websockets/DOMWebSocket.h
diff --git a/third_party/WebKit/Source/modules/websockets/DOMWebSocket.h b/third_party/WebKit/Source/modules/websockets/DOMWebSocket.h
index df7f4f1afa74728defad26fa21755d9ff04940be..7f179f99a5e0c42fac555ab7b60de345a70ae5eb 100644
--- a/third_party/WebKit/Source/modules/websockets/DOMWebSocket.h
+++ b/third_party/WebKit/Source/modules/websockets/DOMWebSocket.h
@@ -62,7 +62,7 @@ class ExecutionContext;
class StringOrStringSequence;
class MODULES_EXPORT DOMWebSocket : public EventTargetWithInlineData,
- public ActiveScriptWrappable,
+ public ActiveScriptWrappable<DOMWebSocket>,
public SuspendableObject,
public WebSocketChannelClient {
DEFINE_WRAPPERTYPEINFO();

Powered by Google App Engine
This is Rietveld 408576698