| Index: third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.h b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| index 19aab5923072d027fe27461edaf22506afedfc35..57a534c8bba96f2643430a1dc6d871612241c454 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -155,7 +155,7 @@ class CORE_EXPORT FrameFetchContext final : public FetchContext {
|
| ResourceLoadPriority modifyPriorityForExperiments(
|
| ResourceLoadPriority) override;
|
|
|
| - WebTaskRunner* loadingTaskRunner() const override;
|
| + RefPtr<WebTaskRunner> loadingTaskRunner() const override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|