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 5fb9d1e1e4844fb7b7198ac71fb724212d0854ba..527a8d1ef04204ca343bfcc3790e469471120371 100644 |
--- a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp |
+++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp |
@@ -64,7 +64,6 @@ |
#include "platform/network/ResourceTimingInfo.h" |
#include "platform/weborigin/SchemeRegistry.h" |
#include "platform/weborigin/SecurityPolicy.h" |
-#include "public/platform/WebFrameScheduler.h" |
#include <algorithm> |
@@ -733,11 +732,6 @@ |
return static_cast<ResourceLoadPriority>(modifiedPriority); |
} |
-WebTaskRunner* FrameFetchContext::loadingTaskRunner() const |
-{ |
- return frame()->frameScheduler()->loadingTaskRunner(); |
-} |
- |
DEFINE_TRACE(FrameFetchContext) |
{ |
visitor->trace(m_document); |