| 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;
|
|
|