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 a794acb9979c6fd20b07e496b4b48bc734097a6e..f38499a86c89660f7c73dd18077aca2c09f0c63c 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(); |
} |