| Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| index cf90ffb53f76557eceac7a23e13255c5fce68310..32a67e92c46b59ff4d3698bba4c1c10acbe54c27 100644
|
| --- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| +++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
| @@ -85,13 +85,13 @@ class ServiceWorkerGlobalScopeProxy final
|
| int eventID,
|
| const WebString& message,
|
| const WebSecurityOrigin& sourceOrigin,
|
| - const WebMessagePortChannelArray&,
|
| + WebMessagePortChannelArray,
|
| const WebServiceWorkerClientInfo&) override;
|
| void dispatchExtendableMessageEvent(
|
| int eventID,
|
| const WebString& message,
|
| const WebSecurityOrigin& sourceOrigin,
|
| - const WebMessagePortChannelArray&,
|
| + WebMessagePortChannelArray,
|
| std::unique_ptr<WebServiceWorker::Handle>) override;
|
| void dispatchFetchEvent(int fetchEventID,
|
| const WebServiceWorkerRequest&,
|
|
|