Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/MessagePort.cpp |
| diff --git a/third_party/WebKit/Source/core/dom/MessagePort.cpp b/third_party/WebKit/Source/core/dom/MessagePort.cpp |
| index fca2b56427bd6fd9cf1479770643a502f63b39b0..6126115d6d7c900896ebf7482a4f90bba6dbf047 100644 |
| --- a/third_party/WebKit/Source/core/dom/MessagePort.cpp |
| +++ b/third_party/WebKit/Source/core/dom/MessagePort.cpp |
| @@ -51,7 +51,7 @@ MessagePort* MessagePort::create(ExecutionContext& executionContext) { |
| } |
| MessagePort::MessagePort(ExecutionContext& executionContext) |
| - : ActiveScriptWrappable(this), |
| + : ActiveScriptWrappable(), |
|
sof
2016/12/16 06:36:23
It could be tedious change to make, but just remov
|
| SuspendableObject(&executionContext), |
| m_started(false), |
| m_closed(false) {} |