Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(386)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/serialization/SerializedScriptValueFuzzer.cpp

Issue 2422793002: HTML MessagePort as mojo::MessagePipeHandle (Closed)
Patch Set: Eliminate unnecessary PostTask Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..37b4030aab2b1de4e35a9a221b81df4021702842 100644
--- a/third_party/WebKit/Source/bindings/core/v8/serialization/SerializedScriptValueFuzzer.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/serialization/SerializedScriptValueFuzzer.cpp
@@ -38,8 +38,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; }

Powered by Google App Engine
This is Rietveld 408576698