| 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 27a0cd1e41d4ef9bb70af296dbb0a0dc596856d8..165abc4213a1a110f73a7f52c181778c8111d554 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -1072,10 +1072,6 @@ public:
|
|
|
| SnapCoordinator* snapCoordinator();
|
|
|
| - WebTaskRunner* loadingTaskRunner() const;
|
| - WebTaskRunner* timerTaskRunner() const;
|
| - WebTaskRunner* unthrottledTaskRunner() const;
|
| -
|
| void enforceInsecureRequestPolicy(WebInsecureRequestPolicy);
|
|
|
| bool mayContainV0Shadow() const { return m_mayContainV0Shadow; }
|
|
|