| Index: third_party/WebKit/Source/core/workers/WorkerScriptLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerScriptLoader.cpp b/third_party/WebKit/Source/core/workers/WorkerScriptLoader.cpp
|
| index a0deee5527a4621803ccf06ded272d0fd873052b..d098fb3ac0973a343d5ed6dc6072d8c68067c911 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerScriptLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerScriptLoader.cpp
|
| @@ -82,7 +82,7 @@ void WorkerScriptLoader::LoadSynchronously(
|
| ResourceLoaderOptions resource_loader_options;
|
| resource_loader_options.allow_credentials = kAllowStoredCredentials;
|
|
|
| - WorkerThreadableLoader::LoadResourceSynchronously(
|
| + ThreadableLoader::LoadResourceSynchronously(
|
| ToWorkerGlobalScope(execution_context), request, *this, options,
|
| resource_loader_options);
|
| }
|
|
|