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

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

Issue 1549143002: Add thread affinity and ASSERT() for same-thread restriction to WTF::Function (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@TRV_ThreadSafeBindByVariadicTemplate
Patch Set: Rebase. 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 688b6061a34f43b6d5eafd314c7e02ebd4fe7ae6..82ac7d1af40a8a1e8a64b926842e98a1d836dd8c 100644
--- a/third_party/WebKit/Source/core/dom/Microtask.h
+++ b/third_party/WebKit/Source/core/dom/Microtask.h
@@ -50,7 +50,7 @@ public:
// executed in. Until then, all microtasks have to keep track of their
// ScriptState themselves.
static void enqueueMicrotask(PassOwnPtr<WebTaskRunner::Task>);
- static void enqueueMicrotask(PassOwnPtr<Closure>);
+ static void enqueueMicrotask(PassOwnPtr<SameThreadClosure>);
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/dom/ExecutionContextTask.h ('k') | third_party/WebKit/Source/core/dom/Microtask.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698