| 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 9cf6cb243af61170676e69ee90e113c907c1321c..dcfb68d0b8b7068965edbb96cd612997efa50cdd 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -1049,6 +1049,8 @@ public:
|
| using WeakDocumentSet = WillBeHeapHashSet<RawPtrWillBeWeakMember<Document>>;
|
| static WeakDocumentSet& liveDocumentSet();
|
|
|
| + WebTaskRunner* loadingTaskRunner() const;
|
| +
|
| protected:
|
| Document(const DocumentInit&, DocumentClassFlags = DefaultDocumentClass);
|
|
|
|
|