| 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 ebd4f5a6bc918b393f4853f906f23c3d604df5cf..a6f121578ed3d00cad98d5a430b428b2042b71d7 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FetchContext.h
|
| +++ b/third_party/WebKit/Source/core/fetch/FetchContext.h
|
| @@ -164,7 +164,7 @@ class CORE_EXPORT FetchContext
|
| return priority;
|
| }
|
|
|
| - virtual WebTaskRunner* loadingTaskRunner() const { return nullptr; }
|
| + virtual RefPtr<WebTaskRunner> loadingTaskRunner() const { return nullptr; }
|
|
|
| protected:
|
| FetchContext() {}
|
|
|