| Index: third_party/WebKit/Source/core/dom/MessageChannel.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/MessageChannel.cpp b/third_party/WebKit/Source/core/dom/MessageChannel.cpp
|
| index 92fa87d1791a9e41efb26e0ded5354da9c688dfd..c6bde2bb56438a4c116d22f36a714bfe6b5c8638 100644
|
| --- a/third_party/WebKit/Source/core/dom/MessageChannel.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/MessageChannel.cpp
|
| @@ -32,8 +32,6 @@
|
|
|
| namespace blink {
|
|
|
| -DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(MessageChannel);
|
| -
|
| static void createChannel(MessagePort* port1, MessagePort* port2)
|
| {
|
| WebMessagePortChannel* channel1;
|
|
|