| 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 2a7778f652fc4bc7e85015e89f39989416268d87..ae0ff1dbd4aa7d51f91130481d9024919c19d47e 100644
|
| --- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp
|
| +++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp
|
| @@ -52,7 +52,7 @@ class MockServiceWorkerContextClient : public WebServiceWorkerContextClient {
|
| }
|
| void postMessageToClient(const WebString& uuid,
|
| const WebString&,
|
| - WebMessagePortChannelArray*) override {
|
| + WebMessagePortChannelArray) override {
|
| NOTREACHED();
|
| }
|
| void skipWaiting(
|
|
|