| Index: third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializerTest.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializerTest.cpp b/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializerTest.cpp
|
| index 4da53c0411eec16f40ae1f445ba163196f02d512..7772fb248d2395426f16f18e379a5e8665e7bedf 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializerTest.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializerTest.cpp
|
| @@ -260,7 +260,6 @@ class WebMessagePortChannelImpl final : public WebMessagePortChannel {
|
| public:
|
| // WebMessagePortChannel
|
| void setClient(WebMessagePortChannelClient* client) override {}
|
| - void destroy() override { delete this; }
|
| void postMessage(const WebString&, WebMessagePortChannelArray*) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|