| Index: Source/core/workers/WorkerScriptLoader.cpp
|
| diff --git a/Source/core/workers/WorkerScriptLoader.cpp b/Source/core/workers/WorkerScriptLoader.cpp
|
| index ba33a8bca24cc0758143aa9a305e5f4c5ad7cdb6..001bcee951b23fb48985e8a5dcc91cf35ab25ad6 100644
|
| --- a/Source/core/workers/WorkerScriptLoader.cpp
|
| +++ b/Source/core/workers/WorkerScriptLoader.cpp
|
| @@ -69,7 +69,7 @@ void WorkerScriptLoader::loadSynchronously(ExecutionContext* executionContext, c
|
| // FIXME: Should we add EnforceScriptSrcDirective here?
|
| options.contentSecurityPolicyEnforcement = DoNotEnforceContentSecurityPolicy;
|
|
|
| - WorkerThreadableLoader::loadResourceSynchronously(toWorkerGlobalScope(executionContext), *request, *this, options);
|
| + WorkerThreadableLoader::loadResourceSynchronously(toWorkerGlobalScope(*executionContext), *request, *this, options);
|
| }
|
|
|
| void WorkerScriptLoader::loadAsynchronously(ExecutionContext* executionContext, const KURL& url, CrossOriginRequestPolicy crossOriginRequestPolicy, WorkerScriptLoaderClient* client)
|
|
|