| 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 9e61550f965bfaa9c941fa59e9614ad123ee5ade..ce5c386137f5954ecbaf41e5b30d6720bf4a232a 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/serialization/SerializedScriptValueFuzzer.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/serialization/SerializedScriptValueFuzzer.cpp
|
| @@ -37,8 +37,7 @@ class WebMessagePortChannelImpl final : public WebMessagePortChannel {
|
| public:
|
| // WebMessagePortChannel
|
| void setClient(WebMessagePortChannelClient* client) override {}
|
| - void destroy() override { delete this; }
|
| - void postMessage(const WebString&, WebMessagePortChannelArray*) {
|
| + void postMessage(const WebString&, WebMessagePortChannelArray) {
|
| NOTIMPLEMENTED();
|
| }
|
| bool tryGetMessage(WebString*, WebMessagePortChannelArray&) { return false; }
|
|
|