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