| Index: third_party/WebKit/Source/core/dom/Microtask.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Microtask.h b/third_party/WebKit/Source/core/dom/Microtask.h
|
| index fd8a4e39265026e6b44ab5c0a350e4a44a4e5e4a..688b6061a34f43b6d5eafd314c7e02ebd4fe7ae6 100644
|
| --- a/third_party/WebKit/Source/core/dom/Microtask.h
|
| +++ b/third_party/WebKit/Source/core/dom/Microtask.h
|
| @@ -45,7 +45,6 @@ class CORE_EXPORT Microtask {
|
| STATIC_ONLY(Microtask);
|
| public:
|
| static void performCheckpoint(v8::Isolate*);
|
| - static bool performingCheckpoint(v8::Isolate*);
|
|
|
| // 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
|
|
|