Index: Source/core/css/CSSProperty.h |
diff --git a/Source/core/css/CSSProperty.h b/Source/core/css/CSSProperty.h |
index c526bf317d3feb0e192619837fd39a959208446a..f78c1959fb726c4f156cc8fe75761b6792b062b7 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 needsMarking = true; |
static const bool canInitializeWithMemset = true; |
}; |