| Index: third_party/WebKit/Source/core/css/DOMWindowCSS.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/DOMWindowCSS.cpp b/third_party/WebKit/Source/core/css/DOMWindowCSS.cpp
|
| index 8c70fee04c1bf1a671b07e659ae32ffa8605d0c7..d1d6f373c2f5d54c74c17c6635d49b72bf1c3b3b 100644
|
| --- a/third_party/WebKit/Source/core/css/DOMWindowCSS.cpp
|
| +++ b/third_party/WebKit/Source/core/css/DOMWindowCSS.cpp
|
| @@ -46,7 +46,7 @@ bool DOMWindowCSS::supports(const String& property, const String& value)
|
| ASSERT(CSSPropertyMetadata::isEnabledProperty(unresolvedProperty));
|
|
|
| // This will return false when !important is present
|
| - RefPtrWillBeRawPtr<MutableStylePropertySet> dummyStyle = MutableStylePropertySet::create(HTMLStandardMode);
|
| + RawPtr<MutableStylePropertySet> dummyStyle = MutableStylePropertySet::create(HTMLStandardMode);
|
| return CSSParser::parseValue(dummyStyle.get(), unresolvedProperty, value, false, 0);
|
| }
|
|
|
|
|