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 |