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

Unified Diff: third_party/WebKit/Source/wtf/Forward.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/wtf/Forward.h
diff --git a/third_party/WebKit/Source/wtf/Forward.h b/third_party/WebKit/Source/wtf/Forward.h
index b5053934ffb2fe498cd28cd341cdbd58bb1ddf2e..7d770d57f4112caf1a6484394ba4a3366e4b0d94 100644
--- a/third_party/WebKit/Source/wtf/Forward.h
+++ b/third_party/WebKit/Source/wtf/Forward.h
@@ -25,7 +25,6 @@
namespace WTF {
-template <typename T> class Function;
template <typename T> class OwnPtr;
template <typename T> class PassOwnPtr;
template <typename T> class PassRefPtr;
@@ -55,7 +54,6 @@ class Uint32Array;
} // namespace WTF
-using WTF::Function;
using WTF::OwnPtr;
using WTF::PassOwnPtr;
using WTF::PassRefPtr;
« no previous file with comments | « third_party/WebKit/Source/platform/threading/BackgroundTaskRunner.cpp ('k') | third_party/WebKit/Source/wtf/Functional.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698