| Index: third_party/WebKit/Source/core/fetch/FetchContext.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/FetchContext.h b/third_party/WebKit/Source/core/fetch/FetchContext.h
|
| index 7711b93299f3cbfcb8d0ed01f9702dede820bdfc..4de88832d4112d4381fa8a6c6799ec9fb5f6e1a9 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FetchContext.h
|
| +++ b/third_party/WebKit/Source/core/fetch/FetchContext.h
|
| @@ -177,7 +177,7 @@ class CORE_EXPORT FetchContext
|
| return priority;
|
| }
|
|
|
| - virtual WebTaskRunner* loadingTaskRunner() const { return nullptr; }
|
| + virtual RefPtr<WebTaskRunner> loadingTaskRunner() const { return nullptr; }
|
|
|
| protected:
|
| FetchContext() {}
|
|
|