| Index: third_party/WebKit/Source/core/css/cssom/KeywordValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/KeywordValue.h b/third_party/WebKit/Source/core/css/cssom/KeywordValue.h
|
| index 3a5748ee0b0ab69f20ae363e0b817e007784d149..42f6bf9dd96d39add3dd091900054b2d6fb52bac 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/KeywordValue.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/KeywordValue.h
|
| @@ -30,6 +30,10 @@ private:
|
| String m_keywordValue;
|
| };
|
|
|
| +DEFINE_TYPE_CASTS(KeywordValue, StyleValue, value,
|
| + value->type() == StyleValue::StyleValueType::KeywordValueType,
|
| + value.type() == StyleValue::StyleValueType::KeywordValueType);
|
| +
|
| } // namespace blink
|
|
|
| #endif
|
|
|