| 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 d08d96995e3cf7dba6c91ad4a3104e4ecb8904e8..d61a267a9e1ebfdf8de788d08e285c0eca50d1e5 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.h
|
| @@ -19,6 +19,7 @@ class CORE_EXPORT CSSKeywordValue final : public CSSStyleValue {
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|
| public:
|
| + static CSSKeywordValue* create(const AtomicString& keyword);
|
| static CSSKeywordValue* create(const AtomicString& keyword, ExceptionState&);
|
| static CSSKeywordValue* fromCSSValue(const CSSValue&);
|
|
|
|
|