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

Unified Diff: Source/wtf/HashCountedSet.h

Issue 835953003: Fix template angle bracket syntax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « Source/wtf/Functional.h ('k') | Source/wtf/HashFunctions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/HashCountedSet.h
diff --git a/Source/wtf/HashCountedSet.h b/Source/wtf/HashCountedSet.h
index 79b3fefadc90a2d25c96961989b65a7dd3d5964e..cf37977984391bcda683b49b8a7123ad06c1b3c8 100644
--- a/Source/wtf/HashCountedSet.h
+++ b/Source/wtf/HashCountedSet.h
@@ -149,7 +149,7 @@ namespace WTF {
#if !ENABLE(OILPAN)
template<typename T, typename U, typename V>
- struct NeedsTracing<HashCountedSet<T, U, V> > {
+ struct NeedsTracing<HashCountedSet<T, U, V>> {
static const bool value = false;
};
#endif
« no previous file with comments | « Source/wtf/Functional.h ('k') | Source/wtf/HashFunctions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698