Index: third_party/WebKit/Source/core/dom/Document.h |
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h |
index 39c80231da317c97da87e738c0a1afdc9288902e..062689213c3c9f7d395a3266151330d0d7a4fb14 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.h |
+++ b/third_party/WebKit/Source/core/dom/Document.h |
@@ -1048,8 +1048,6 @@ |
using WeakDocumentSet = WillBeHeapHashSet<RawPtrWillBeWeakMember<Document>>; |
static WeakDocumentSet& liveDocumentSet(); |
- WebTaskRunner* loadingTaskRunner() const; |
- |
protected: |
Document(const DocumentInit&, DocumentClassFlags = DefaultDocumentClass); |