Index: Source/core/css/CSSGridTemplateValue.h |
diff --git a/Source/core/css/CSSGridTemplateValue.h b/Source/core/css/CSSGridTemplateValue.h |
index 40967eddbce09690b391647c0f34047aec689f90..d2394afe0aa969623a110e8aa7971420ef4a6fce 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 |