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

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

Issue 2578193004: Remove ActiveScriptWrappableBase::m_scriptWrappable (Closed)
Patch Set: temp 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.cpp
diff --git a/third_party/WebKit/Source/modules/websockets/DOMWebSocket.cpp b/third_party/WebKit/Source/modules/websockets/DOMWebSocket.cpp
index 97e8ed4ca500cb1215623018ad53c74b16cd70f5..6d9ea67143f57f3ad084d9dcaaa638d192002cf9 100644
--- a/third_party/WebKit/Source/modules/websockets/DOMWebSocket.cpp
+++ b/third_party/WebKit/Source/modules/websockets/DOMWebSocket.cpp
@@ -218,7 +218,7 @@ const char* DOMWebSocket::subprotocolSeperator() {
}
DOMWebSocket::DOMWebSocket(ExecutionContext* context)
- : ActiveScriptWrappable<DOMWebSocket>(this),
+ : ActiveScriptWrappable(),
SuspendableObject(context),
m_state(kConnecting),
m_bufferedAmount(0),

Powered by Google App Engine
This is Rietveld 408576698