| Index: Source/core/css/CSSArrayFunctionValue.h
|
| diff --git a/Source/core/css/CSSArrayFunctionValue.h b/Source/core/css/CSSArrayFunctionValue.h
|
| index 8a60e9cb9c01e1da3ec82129a5f38ceb3c61b7ed..fffc616c32d10605a4d5543973748f1aff3dee63 100644
|
| --- a/Source/core/css/CSSArrayFunctionValue.h
|
| +++ b/Source/core/css/CSSArrayFunctionValue.h
|
| @@ -53,7 +53,7 @@ private:
|
| explicit CSSArrayFunctionValue(const CSSArrayFunctionValue& cloneFrom);
|
| };
|
|
|
| -DEFINE_CSS_VALUE_TYPE_CASTS(ArrayFunctionValue);
|
| +DEFINE_CSS_VALUE_TYPE_CASTS(CSSArrayFunctionValue, isArrayFunctionValue());
|
|
|
| } // namespace WebCore
|
|
|
|
|