| Index: Source/core/inspector/WorkerRuntimeAgent.h
|
| diff --git a/Source/core/inspector/WorkerRuntimeAgent.h b/Source/core/inspector/WorkerRuntimeAgent.h
|
| index 57fd0cf531715b27d1430a90074a63ad48405899..2b0708c660798c1519d480aa340ca4684ceb3c29 100644
|
| --- a/Source/core/inspector/WorkerRuntimeAgent.h
|
| +++ b/Source/core/inspector/WorkerRuntimeAgent.h
|
| @@ -56,7 +56,7 @@ public:
|
|
|
| private:
|
| WorkerRuntimeAgent(InjectedScriptManager*, ScriptDebugServer*, WorkerGlobalScope*);
|
| - virtual InjectedScript injectedScriptForEval(ErrorString*, const int* executionContextId) OVERRIDE;
|
| + virtual InjectedScript& injectedScriptForEval(ErrorString*, const int* executionContextId) OVERRIDE;
|
| virtual void muteConsole() OVERRIDE;
|
| virtual void unmuteConsole() OVERRIDE;
|
| WorkerGlobalScope* m_workerGlobalScope;
|
|
|