Chromium Code Reviews| Index: Source/core/dom/MessagePort.cpp |
| diff --git a/Source/core/dom/MessagePort.cpp b/Source/core/dom/MessagePort.cpp |
| index 69035d0f1fae92833da7f61b94b8180fa03566f8..29f57da673c6b98f471d35d1cacf1175010d4332 100644 |
| --- a/Source/core/dom/MessagePort.cpp |
| +++ b/Source/core/dom/MessagePort.cpp |
| @@ -55,7 +55,6 @@ MessagePort::MessagePort(ExecutionContext& executionContext) |
| , m_closed(false) |
| , m_weakFactory(this) |
| { |
| - ScriptWrappable::init(this); |
| } |
| MessagePort::~MessagePort() |