| Index: third_party/WebKit/Source/core/dom/TaskRunnerHelper.h
|
| diff --git a/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h b/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h
|
| index d3a5b19f21124188145988dc08c682a48977e07d..be7fc40006be54c20e0d6a154d1bd5c2ec7ce34c 100644
|
| --- a/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h
|
| +++ b/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h
|
| @@ -10,7 +10,9 @@
|
| namespace blink {
|
|
|
| class Document;
|
| +class ExecutionContext;
|
| class LocalFrame;
|
| +class ScriptState;
|
| class WebTaskRunner;
|
|
|
| class TaskRunnerHelper final {
|
| @@ -22,6 +24,8 @@ public:
|
| static WebTaskRunner* getUnthrottledTaskRunner(Document*);
|
| static WebTaskRunner* getTimerTaskRunner(Document*);
|
| static WebTaskRunner* getLoadingTaskRunner(Document*);
|
| + static WebTaskRunner* getUnthrottledTaskRunner(ExecutionContext*);
|
| + static WebTaskRunner* getUnthrottledTaskRunner(ScriptState*);
|
| };
|
|
|
| } // namespace blink
|
|
|