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..1c7de32aef47de74cda8c3f11bef72a03d9eb06a 100644 |
--- a/third_party/WebKit/Source/core/dom/MessagePort.cpp |
+++ b/third_party/WebKit/Source/core/dom/MessagePort.cpp |
@@ -51,10 +51,7 @@ MessagePort* MessagePort::create(ExecutionContext& executionContext) { |
} |
MessagePort::MessagePort(ExecutionContext& executionContext) |
- : ActiveScriptWrappable(this), |
- SuspendableObject(&executionContext), |
- m_started(false), |
- m_closed(false) {} |
+ : SuspendableObject(&executionContext), m_started(false), m_closed(false) {} |
MessagePort::~MessagePort() { |
DCHECK(!m_started || !isEntangled()); |