| Index: third_party/WebKit/Source/core/css/cssom/KeywordValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/KeywordValue.cpp b/third_party/WebKit/Source/core/css/cssom/KeywordValue.cpp
|
| index d39b3191c8cbb40445829fdfec33250b1efa75fc..bb3634cbb7a420f134e94db784ec8c96e8c21521 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/KeywordValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/cssom/KeywordValue.cpp
|
| @@ -32,7 +32,7 @@ CSSValueID KeywordValue::keywordValueID() const
|
| return cssValueKeywordID(cssKeywordString);
|
| }
|
|
|
| -RawPtr<CSSValue> KeywordValue::toCSSValue() const
|
| +CSSValue* KeywordValue::toCSSValue() const
|
| {
|
| CSSValueID keywordID = keywordValueID();
|
| if (keywordID == CSSValueID::CSSValueInvalid) {
|
|
|