Index: third_party/WebKit/Source/core/dom/Document.cpp |
diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp |
index 1b982734a4617a24153ec5111ef4b0cf0eadcbd5..99ba96c6edf07a8c0ce6eaced95d3ddc54de6035 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.cpp |
+++ b/third_party/WebKit/Source/core/dom/Document.cpp |
@@ -5682,13 +5682,6 @@ |
return true; |
} |
-WebTaskRunner* Document::loadingTaskRunner() const |
-{ |
- if (frame()) |
- return frame()->frameScheduler()->loadingTaskRunner(); |
- return Platform::current()->currentThread()->scheduler()->loadingTaskRunner(); |
-} |
- |
DEFINE_TRACE(Document) |
{ |
#if ENABLE(OILPAN) |