| 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 cb4bb81c3c76eecdeaa3d91f46a304d6329182f7..1b0838533e9f0e5b0a471a11b8d03f773e792db8 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/KeywordValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/cssom/KeywordValue.cpp
|
| @@ -25,7 +25,7 @@ const String& KeywordValue::keywordValue() const
|
| return m_keywordValue;
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<CSSValue> KeywordValue::toCSSValue() const
|
| +RawPtr<CSSValue> KeywordValue::toCSSValue() const
|
| {
|
| CSSParserString cssKeywordString;
|
| cssKeywordString.init(m_keywordValue);
|
|
|