| 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 bb6888ac347f32f1c1dcec2b424a24c89bc00fec..224c3edb81fd3c04da0a11be60ffbb010e80d11b 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(
|
|
|