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

Unified Diff: third_party/WebKit/public/web/WebDOMMessageEvent.h

Issue 2422793002: HTML MessagePort as mojo::MessagePipeHandle (Closed)
Patch Set: Add missing ScopedAsyncTaskScheduler instance for the new unit tests; required by a recent change t… 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/public/web/WebDOMMessageEvent.h
diff --git a/third_party/WebKit/public/web/WebDOMMessageEvent.h b/third_party/WebKit/public/web/WebDOMMessageEvent.h
index e9c34818ea7931e3f2086acbe6b98bdd642a7871..4f29ba92a43a61e7156921bc476a5ac7e1f0150d 100644
--- a/third_party/WebKit/public/web/WebDOMMessageEvent.h
+++ b/third_party/WebKit/public/web/WebDOMMessageEvent.h
@@ -54,8 +54,7 @@ class WebDOMMessageEvent : public WebDOMEvent {
const WebString& origin = WebString(),
const WebFrame* sourceFrame = nullptr,
const WebDocument& targetDocument = WebDocument(),
- const WebMessagePortChannelArray& channels =
- WebMessagePortChannelArray());
+ WebMessagePortChannelArray channels = WebMessagePortChannelArray());
WebDOMMessageEvent() {}
BLINK_EXPORT WebSerializedScriptValue data() const;

Powered by Google App Engine
This is Rietveld 408576698