| Index: third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.h b/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.h
|
| index e4de0877c17aaf9cdf9e0f82349b624563e35230..94e93be0ee3692b3f294700564ec86f1fddbf4fd 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.h
|
| @@ -18,6 +18,7 @@ class CORE_EXPORT CSSKeywordValue final : public CSSStyleValue {
|
| WTF_MAKE_NONCOPYABLE(CSSKeywordValue);
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| + static CSSKeywordValue* create(const AtomicString& keyword);
|
| static CSSKeywordValue* create(const AtomicString& keyword, ExceptionState&);
|
|
|
| StyleValueType type() const override { return KeywordType; }
|
|
|