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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/Microtask.h

Issue 1978583003: Remove use of WebTaskRunner::Task and SameThreadTask from Microtask (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Shironeko_2
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/Microtask.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>);
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/Microtask.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698