Index: third_party/WebKit/Source/core/inspector/WorkerRuntimeAgent.cpp |
diff --git a/third_party/WebKit/Source/core/inspector/WorkerRuntimeAgent.cpp b/third_party/WebKit/Source/core/inspector/WorkerRuntimeAgent.cpp |
index 0fd3243e2a12ef97e85368f1587f9d7cb46835f4..3aaa17a97972b13fb60eae2b2533d5a4bd5547bb 100644 |
--- a/third_party/WebKit/Source/core/inspector/WorkerRuntimeAgent.cpp |
+++ b/third_party/WebKit/Source/core/inspector/WorkerRuntimeAgent.cpp |
@@ -35,8 +35,8 @@ |
namespace blink { |
-WorkerRuntimeAgent::WorkerRuntimeAgent(V8RuntimeAgent* agent, WorkerGlobalScope* workerGlobalScope, InspectorRuntimeAgent::Client* client) |
- : InspectorRuntimeAgent(agent, client) |
+WorkerRuntimeAgent::WorkerRuntimeAgent(V8RuntimeAgent* agent, WorkerGlobalScope* workerGlobalScope) |
+ : InspectorRuntimeAgent(agent) |
, m_workerGlobalScope(workerGlobalScope) |
{ |
} |