Index: third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h b/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h |
index 28d0109c9e89f1f51493877d327d2c79a86e32d6..e7a4ce7f9625691a3e7a5bb7144002f3ace15995 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h |
+++ b/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.h |
@@ -79,6 +79,7 @@ class CORE_EXPORT InspectorWorkerAgent final |
// WorkerInspectorProxy::PageInspector implementation. |
void DispatchMessageFromWorker(WorkerInspectorProxy*, |
+ int session_id, |
const String& message) override; |
Member<InspectedFrames> inspected_frames_; |