| 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 0cdca6f1d28d84564cfd2a9cb975d17028cdab6d..2dd2328fdca07948ae0e0b43062321b6e22f52e2 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&,
|
|
|