Index: third_party/WebKit/public/web/WebSharedWorkerClient.h |
diff --git a/third_party/WebKit/public/web/WebSharedWorkerClient.h b/third_party/WebKit/public/web/WebSharedWorkerClient.h |
index cae31174b8212268b3e659d5768f8f952ac60088..bca580d659433538b421884875253562f3d68d98 100644 |
--- a/third_party/WebKit/public/web/WebSharedWorkerClient.h |
+++ b/third_party/WebKit/public/web/WebSharedWorkerClient.h |
@@ -78,7 +78,7 @@ public: |
// Ownership of the returned object is transferred to the caller. |
virtual WebServiceWorkerNetworkProvider* createServiceWorkerNetworkProvider(WebDataSource*) { return nullptr; } |
- virtual void sendDevToolsMessage(int callId, const WebString& message, const WebString& state) { } |
+ virtual void sendDevToolsMessage(int sessionId, int callId, const WebString& message, const WebString& state) { } |
}; |
} // namespace blink |