| Index: third_party/WebKit/Source/bindings/core/v8/Microtask.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/Microtask.h b/third_party/WebKit/Source/bindings/core/v8/Microtask.h
|
| index c27774f7ae1b13bd52bdfc692323f7e03805fb83..5d328ea44072ce7501e7670dea2821460c27404c 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/Microtask.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/Microtask.h
|
| @@ -66,7 +66,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(std::unique_ptr<SameThreadClosure>);
|
| + static void enqueueMicrotask(std::unique_ptr<WTF::Closure>);
|
| };
|
|
|
| } // namespace blink
|
|
|