| 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..d8c75cc78af6294e4d133ba49f552f902a4f7406 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<Closure>);
|
| };
|
|
|
| } // namespace blink
|
|
|