| Index: third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| diff --git a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| index e06bd92e04e3881741618a188d8e91d9a705c073..75e31d946168f86d829419704b6f74d1d0949e88 100644
|
| --- a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| +++ b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| @@ -247,7 +247,7 @@ class WebServiceWorkerContextClient {
|
| // FIXME: Blob refs should be passed to maintain ref counts. crbug.com/351753
|
| virtual void postMessageToClient(const WebString& uuid,
|
| const WebString&,
|
| - WebMessagePortChannelArray*) = 0;
|
| + WebMessagePortChannelArray) = 0;
|
|
|
| // Ownership of the passed callbacks is transferred to the callee, callee
|
| // should delete the callbacks after run.
|
|
|