| 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 8634a902d3443f78916cefd50c7c2b544a018ded..2a686dc850660a43e14f88a6fba8ac944e738f38 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/Microtask.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/Microtask.h
|
| @@ -67,7 +67,6 @@ 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<WebTaskRunner::Task>);
|
| static void enqueueMicrotask(std::unique_ptr<SameThreadClosure>);
|
| };
|
|
|
|
|