Chromium Code Reviews| 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 473a176916e75dfaa6ed9df1c79c23f21872aad5..1383e1e259350d60426ef4609e2c20eb3dc4891b 100644 |
| --- a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h |
| +++ b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h |
| @@ -103,7 +103,7 @@ public: |
| virtual void reportConsoleMessage(int source, int level, const WebString& message, int lineNumber, const WebString& sourceURL) { } |
| // Inspector related messages. |
| - virtual void sendDevToolsMessage(int callId, const WebString& message, const WebString& state) { } |
| + virtual void sendDevToolsMessage(int sessionId, int callId, const WebString& message, const WebString& state) {} |
|
dgozman
2015/11/07 02:28:40
Bring back the space.
kozy
2015/11/07 03:02:35
Done.
|
| // ServiceWorker specific method. |
| virtual void didHandleActivateEvent(int eventID, WebServiceWorkerEventResult result) { } |