| 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 e0bc02501209a4c821a6e1888d8d31a3a77a1966..280ddf42caf76191008e326bf28c16bd7ff68e9f 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -1074,6 +1074,7 @@ public:
|
|
|
| WebTaskRunner* loadingTaskRunner() const;
|
| WebTaskRunner* timerTaskRunner() const;
|
| + WebTaskRunner* unthrottledTaskRunner() const;
|
|
|
| void enforceInsecureRequestPolicy(WebInsecureRequestPolicy);
|
|
|
|
|