Index: third_party/WebKit/Source/core/workers/SharedWorkerReportingProxy.h |
diff --git a/third_party/WebKit/Source/core/workers/SharedWorkerReportingProxy.h b/third_party/WebKit/Source/core/workers/SharedWorkerReportingProxy.h |
index b04aedb19ed69e9dfe16ed39f068efc0e60303f0..45fc865cd5e06c36f7726fd8b5b3bf62d50af312 100644 |
--- a/third_party/WebKit/Source/core/workers/SharedWorkerReportingProxy.h |
+++ b/third_party/WebKit/Source/core/workers/SharedWorkerReportingProxy.h |
@@ -35,7 +35,7 @@ class SharedWorkerReportingProxy final |
MessageLevel, |
const String& message, |
SourceLocation*) override; |
- void PostMessageToPageInspector(const WTF::String&) override; |
+ void PostMessageToPageInspector(int session_id, const WTF::String&) override; |
void DidEvaluateWorkerScript(bool success) override {} |
void DidCloseWorkerGlobalScope() override; |
void WillDestroyWorkerGlobalScope() override {} |