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

Unified Diff: third_party/WebKit/Source/core/html/parser/HTMLParserThread.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/html/parser/HTMLParserThread.h
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLParserThread.h b/third_party/WebKit/Source/core/html/parser/HTMLParserThread.h
index ee6b8c5a670c5c7154beed54db20e06ec76703eb..67fe62dd25d1809a3acdb9d1ea369902d0b839e1 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLParserThread.h
+++ b/third_party/WebKit/Source/core/html/parser/HTMLParserThread.h
@@ -50,7 +50,7 @@ public:
// It is an error to call shared() before init() or after shutdown();
static HTMLParserThread* shared();
- void postTask(PassOwnPtr<Closure>);
+ void postTask(PassOwnPtr<CrossThreadClosure>);
private:
HTMLParserThread();
« no previous file with comments | « third_party/WebKit/Source/core/dom/Microtask.cpp ('k') | third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698