Index: Source/core/css/CSSProperty.h |
diff --git a/Source/core/css/CSSProperty.h b/Source/core/css/CSSProperty.h |
index c526bf317d3feb0e192619837fd39a959208446a..e74159f545e071b9a04a9d5f60cdd3dad1e81d77 100644 |
--- a/Source/core/css/CSSProperty.h |
+++ b/Source/core/css/CSSProperty.h |
@@ -150,7 +150,7 @@ inline CSSPropertyID prefixingVariantForPropertyId(CSSPropertyID propId) |
namespace WTF { |
template <> struct VectorTraits<WebCore::CSSProperty> : VectorTraitsBase<false, WebCore::CSSProperty> { |
- static const bool needsVisiting = true; |
+ static const bool needsTracing = true; |
static const bool canInitializeWithMemset = true; |
}; |