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 edd0d76a25875b2df5306ccfdd84968fa697a04f..747bcff9c67159d45345dc16179e94e12d88aab6 100644 |
--- a/third_party/WebKit/Source/core/inspector/WorkerRuntimeAgent.cpp |
+++ b/third_party/WebKit/Source/core/inspector/WorkerRuntimeAgent.cpp |
@@ -58,7 +58,7 @@ void WorkerRuntimeAgent::enable(ErrorString* errorString) |
InspectorRuntimeAgent::enable(errorString); |
ScriptState* scriptState = m_workerGlobalScope->scriptController()->scriptState(); |
- reportExecutionContextCreated(scriptState, "", m_workerGlobalScope->url(), "", ""); |
+ reportExecutionContextCreated(scriptState, "", m_workerGlobalScope->url().getString(), "", ""); |
} |
ScriptState* WorkerRuntimeAgent::defaultScriptState() |