| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| index 58943e10676ed37e7a4b124cce2a6bc370ea1893..d9492aed51434355a697cec45855dfcbbcbf1987 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| @@ -108,10 +108,9 @@ class MODULES_EXPORT ServiceWorkerGlobalScopeClient
|
| virtual void didHandlePaymentRequestEvent(int paymentRequestEventID,
|
| WebServiceWorkerEventResult,
|
| double eventDispatchTime) = 0;
|
| - virtual void postMessageToClient(
|
| - const WebString& clientUUID,
|
| - const WebString& message,
|
| - std::unique_ptr<WebMessagePortChannelArray>) = 0;
|
| + virtual void postMessageToClient(const WebString& clientUUID,
|
| + const WebString& message,
|
| + WebMessagePortChannelArray) = 0;
|
| virtual void skipWaiting(
|
| std::unique_ptr<WebServiceWorkerSkipWaitingCallbacks>) = 0;
|
| virtual void claim(
|
|
|