Index: Source/wtf/TypeTraits.h |
diff --git a/Source/wtf/TypeTraits.h b/Source/wtf/TypeTraits.h |
index d9eeecdcc448bde2de262491b2c91ca6d28003b5..0dceb28cc02b155e0e4f8297eb04c82873f1f3ea 100644 |
--- a/Source/wtf/TypeTraits.h |
+++ b/Source/wtf/TypeTraits.h |
@@ -369,7 +369,7 @@ public: |
}; |
template<typename T, typename U> |
-struct NeedsTracing<std::pair<T, U> > { |
+struct NeedsTracing<std::pair<T, U>> { |
static const bool value = NeedsTracing<T>::value || NeedsTracing<U>::value || IsWeak<T>::value || IsWeak<U>::value; |
}; |