| Index: Source/core/css/CSSValueList.h
 | 
| diff --git a/Source/core/css/CSSValueList.h b/Source/core/css/CSSValueList.h
 | 
| index acee25a589fd605b82ceeeeda217568d3149988f..6ab32c7d129763943e681d1333c2f0b0419c1905 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.
 | 
| 
 |