Index: Source/core/css/CSSValueList.h |
diff --git a/Source/core/css/CSSValueList.h b/Source/core/css/CSSValueList.h |
index 2d22ee5b42510add52d3b3b90602eb3cbbefbe79..2f08014f190435ceb70540fae9b1092b71df606d 100644 |
--- a/Source/core/css/CSSValueList.h |
+++ b/Source/core/css/CSSValueList.h |
@@ -81,7 +81,7 @@ private: |
Vector<RefPtr<CSSValue>, 4> m_values; |
}; |
-DEFINE_CSS_VALUE_TYPE_CASTS(ValueList); |
+DEFINE_CSS_VALUE_TYPE_CASTS(CSSValueList, isValueList()); |
// Objects of this class are intended to be stack-allocated and scoped to a single function. |
// Please take care not to pass these around as they do hold onto a raw pointer. |