Index: third_party/WebKit/Source/core/workers/WorkerReportingProxy.h |
diff --git a/third_party/WebKit/Source/core/workers/WorkerReportingProxy.h b/third_party/WebKit/Source/core/workers/WorkerReportingProxy.h |
index e4447fa95dc79355ee3784d5440006e84e8c044f..58493f303c9706042fa005a154220fb26dc8688b 100644 |
--- a/third_party/WebKit/Source/core/workers/WorkerReportingProxy.h |
+++ b/third_party/WebKit/Source/core/workers/WorkerReportingProxy.h |
@@ -57,7 +57,7 @@ class CORE_EXPORT WorkerReportingProxy { |
MessageLevel, |
const String& message, |
SourceLocation*) {} |
- virtual void PostMessageToPageInspector(const String&) {} |
+ virtual void PostMessageToPageInspector(int session_id, const String&) {} |
// Invoked when the new WorkerGlobalScope is created. This is called after |
// didLoadWorkerScript(). |