| Index: Source/core/css/CSSGridTemplateValue.h
|
| diff --git a/Source/core/css/CSSGridTemplateValue.h b/Source/core/css/CSSGridTemplateValue.h
|
| index 9a5c6a609bcc30729da5464a02c5e26fa8a23d40..faa988053f6cfb247a881cb1c137d57c69f8c3f1 100644
|
| --- a/Source/core/css/CSSGridTemplateValue.h
|
| +++ b/Source/core/css/CSSGridTemplateValue.h
|
| @@ -56,7 +56,7 @@ private:
|
| size_t m_columnCount;
|
| };
|
|
|
| -DEFINE_CSS_VALUE_TYPE_CASTS(GridTemplateValue);
|
| +DEFINE_CSS_VALUE_TYPE_CASTS(CSSGridTemplateValue, isGridTemplateValue());
|
|
|
| } // namespace WebCore
|
|
|
|
|