| 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 1a96d48643a46f050b3452a0d32063907f3ae9cb..d39b3191c8cbb40445829fdfec33250b1efa75fc 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);
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<CSSValue> KeywordValue::toCSSValue() const
|
| +RawPtr<CSSValue> KeywordValue::toCSSValue() const
|
| {
|
| CSSValueID keywordID = keywordValueID();
|
| if (keywordID == CSSValueID::CSSValueInvalid) {
|
|
|