Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(196)

Unified Diff: third_party/WebKit/Source/core/dom/Microtask.h

Issue 1733083002: Execute end of scope tasks in isolate's MicrotasksCompletedCallback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/V8RecursionScope.cpp ('k') | third_party/WebKit/Source/core/dom/Microtask.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698