| 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..8b0994148680c65fed6d6e35efbbcaec36b8b8c9 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 | 
|  |