| Index: Source/core/dom/Microtask.h
|
| diff --git a/Source/core/dom/Microtask.h b/Source/core/dom/Microtask.h
|
| index 97f077117aaac848048c337cb43f4046cd474626..fd8a4e39265026e6b44ab5c0a350e4a44a4e5e4a 100644
|
| --- a/Source/core/dom/Microtask.h
|
| +++ b/Source/core/dom/Microtask.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "bindings/core/v8/ScriptState.h"
|
| #include "core/CoreExport.h"
|
| -#include "public/platform/WebThread.h"
|
| +#include "public/platform/WebTaskRunner.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Functional.h"
|
| #include "wtf/PassOwnPtr.h"
|
| @@ -50,7 +50,7 @@ public:
|
| // TODO(jochen): Make all microtasks pass in the ScriptState they want to be
|
| // executed in. Until then, all microtasks have to keep track of their
|
| // ScriptState themselves.
|
| - static void enqueueMicrotask(PassOwnPtr<WebThread::Task>);
|
| + static void enqueueMicrotask(PassOwnPtr<WebTaskRunner::Task>);
|
| static void enqueueMicrotask(PassOwnPtr<Closure>);
|
| };
|
|
|
|
|