Index: Source/core/dom/MessageChannel.cpp |
diff --git a/Source/core/dom/MessageChannel.cpp b/Source/core/dom/MessageChannel.cpp |
index eb82673d3a0ae517e895122fb49b4a0ae02120d4..9d498bb0b7341cb64063f392b49ff5b740996628 100644 |
--- a/Source/core/dom/MessageChannel.cpp |
+++ b/Source/core/dom/MessageChannel.cpp |
@@ -51,7 +51,6 @@ MessageChannel::MessageChannel(ExecutionContext* context) |
: m_port1(MessagePort::create(*context)) |
, m_port2(MessagePort::create(*context)) |
{ |
- ScriptWrappable::init(this); |
createChannel(m_port1.get(), m_port2.get()); |
} |