| Index: third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h b/third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h
|
| index 765aa09b6221dbac68fc8867c61c8b84d0189c34..74a0574ef133c1adb9665d03276b3532ed3fc64b 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h
|
| @@ -52,7 +52,7 @@ class MockWorkerLoaderProxyProvider : public WorkerLoaderProxyProvider {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| - ExecutionContext* getLoaderExecutionContext() override {
|
| + LoadingContext* getLoadingContext() override {
|
| NOTIMPLEMENTED();
|
| return nullptr;
|
| }
|
|
|