| Index: third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| index 355011b74c11398dff77fa632fa51149dccc57ba..809ae74e4052c595750f12d4983f74a4977ad119 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
|
| @@ -994,7 +994,7 @@ ResourceLoadPriority FrameFetchContext::modifyPriorityForExperiments(
|
| return priority;
|
| }
|
|
|
| -WebTaskRunner* FrameFetchContext::loadingTaskRunner() const {
|
| +RefPtr<WebTaskRunner> FrameFetchContext::loadingTaskRunner() const {
|
| return frame()->frameScheduler()->loadingTaskRunner();
|
| }
|
|
|
|
|