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 3557a5436f03ba74fa8292bcfe826293e0d73fd0..6e1c469e093e79cfaa2694e6f1a6c2b708155609 100644 |
--- a/third_party/WebKit/Source/core/inspector/WorkerRuntimeAgent.cpp |
+++ b/third_party/WebKit/Source/core/inspector/WorkerRuntimeAgent.cpp |
@@ -62,7 +62,7 @@ void WorkerRuntimeAgent::enable(ErrorString* errorString) |
InspectorRuntimeAgent::enable(errorString); |
ScriptState* scriptState = m_workerGlobalScope->script()->scriptState(); |
int executionContextId = injectedScriptManager()->injectedScriptIdFor(scriptState); |
- addExecutionContextToFrontend(executionContextId, "", m_workerGlobalScope->url(), "", ""); |
+ reportExecutionContextCreated(executionContextId, "", m_workerGlobalScope->url(), "", ""); |
} |
ScriptState* WorkerRuntimeAgent::defaultScriptState() |