Index: Source/core/css/DOMWindowCSS.cpp |
diff --git a/Source/core/css/DOMWindowCSS.cpp b/Source/core/css/DOMWindowCSS.cpp |
index 229e127282f9eb91beef081d3b7355eb7c786fbf..ff5013d346a21da843979060ed6c249960541052 100644 |
--- a/Source/core/css/DOMWindowCSS.cpp |
+++ b/Source/core/css/DOMWindowCSS.cpp |
@@ -74,7 +74,7 @@ bool DOMWindowCSS::supports(const String& property, const String& value) const |
if (normalizedValue.isEmpty()) |
return false; |
- RefPtr<MutableStylePropertySet> dummyStyle = MutableStylePropertySet::create(); |
+ RefPtrWillBeRawPtr<MutableStylePropertySet> dummyStyle = MutableStylePropertySet::create(); |
return BisonCSSParser::parseValue(dummyStyle.get(), propertyID, normalizedValue, false, HTMLStandardMode, 0); |
} |