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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorTaskRunner.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/inspector/InspectorTaskRunner.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorTaskRunner.h b/third_party/WebKit/Source/core/inspector/InspectorTaskRunner.h
index 39eab97bafc002445cd85e9d469292f6c21df15e..4802caf4642160dc6dcda9f37a7559b31b253636 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorTaskRunner.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorTaskRunner.h
@@ -25,7 +25,7 @@ public:
InspectorTaskRunner();
~InspectorTaskRunner();
- using Task = WTF::Closure;
+ using Task = WTF::CrossThreadClosure;
void appendTask(PassOwnPtr<Task>);
enum WaitMode { WaitForTask, DontWaitForTask };

Powered by Google App Engine
This is Rietveld 408576698