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

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

Issue 2110363002: Rename SameThreadClosure to Closure (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@TRV_ExplicitWTFBind
Patch Set: Created 4 years, 6 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/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
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/Microtask.cpp » ('j') | third_party/WebKit/Source/wtf/Functional.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698