| 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 913cdda106e1f839b35ceb38f56c4ddc56827b14..772957a13e50c0b33925926f9adf037979ac1649 100644
 | 
| --- a/third_party/WebKit/Source/core/workers/WorkerScriptLoader.cpp
 | 
| +++ b/third_party/WebKit/Source/core/workers/WorkerScriptLoader.cpp
 | 
| @@ -81,7 +81,7 @@ void WorkerScriptLoader::loadSynchronously(
 | 
|    ResourceLoaderOptions resourceLoaderOptions;
 | 
|    resourceLoaderOptions.allowCredentials = AllowStoredCredentials;
 | 
|  
 | 
| -  WorkerThreadableLoader::loadResourceSynchronously(
 | 
| +  ThreadableLoader::loadResourceSynchronously(
 | 
|        toWorkerGlobalScope(executionContext), request, *this, options,
 | 
|        resourceLoaderOptions);
 | 
|  }
 | 
| 
 |