| Index: third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp b/third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp
|
| index a6a0c7d656009c076a1ae6d94c0d05cfd28dbbf9..e7aa6ec20b5a6cb7f3720de73238d4933b2e810d 100644
|
| --- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp
|
| +++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp
|
| @@ -51,7 +51,7 @@ class MockServiceWorkerContextClient : public WebServiceWorkerContextClient {
|
| }
|
| void postMessageToClient(const WebString& uuid,
|
| const WebString&,
|
| - WebMessagePortChannelArray*) override {
|
| + WebMessagePortChannelArray) override {
|
| NOTREACHED();
|
| }
|
| void skipWaiting(
|
|
|