Chromium Code Reviews| Index: Source/core/css/CSSUnicodeRangeValue.h |
| diff --git a/Source/core/css/CSSUnicodeRangeValue.h b/Source/core/css/CSSUnicodeRangeValue.h |
| index 91af8ec1591d9b7437e568fb01145cf19a24caa7..03a45cd96579dfc82edc8589954093d724000ae0 100644 |
| --- a/Source/core/css/CSSUnicodeRangeValue.h |
| +++ b/Source/core/css/CSSUnicodeRangeValue.h |
| @@ -57,6 +57,8 @@ private: |
| UChar32 m_to; |
| }; |
| +DEFINE_CSS_VALUE_TYPE_CASTS(UnicodeRangeValue); |
| + |
| } // namespace WebCore |
| #endif // CSSUnicodeRangeValue_h |