Index: third_party/WebKit/Source/core/exported/WebSharedWorkerImpl.h |
diff --git a/third_party/WebKit/Source/core/exported/WebSharedWorkerImpl.h b/third_party/WebKit/Source/core/exported/WebSharedWorkerImpl.h |
index 0d73710e1b22a53d9d08289df25df392267d9904..a5508c3d08f637c4d5b2b309448141e337358d8f 100644 |
--- a/third_party/WebKit/Source/core/exported/WebSharedWorkerImpl.h |
+++ b/third_party/WebKit/Source/core/exported/WebSharedWorkerImpl.h |
@@ -114,7 +114,7 @@ class CORE_EXPORT WebSharedWorkerImpl final |
// Callback methods for SharedWorkerReportingProxy. |
void CountFeature(WebFeature); |
- void PostMessageToPageInspector(const String& message); |
+ void PostMessageToPageInspector(int session_id, const String& message); |
void DidCloseWorkerGlobalScope(); |
void DidTerminateWorkerThread(); |