Index: Source/core/css/FontFace.cpp |
diff --git a/Source/core/css/FontFace.cpp b/Source/core/css/FontFace.cpp |
index 4a604d50f318710b8eaa28d8f5d844d15764c17f..c8ebc0a46b208156131c3c6cfabeddd294d2871f 100644 |
--- a/Source/core/css/FontFace.cpp |
+++ b/Source/core/css/FontFace.cpp |
@@ -101,7 +101,7 @@ static PassRefPtrWillBeRawPtr<CSSValue> parseCSSValue(const Document* document, |
{ |
if (s.isEmpty()) |
return nullptr; |
- RefPtr<MutableStylePropertySet> parsedStyle = MutableStylePropertySet::create(); |
+ RefPtrWillBeRawPtr<MutableStylePropertySet> parsedStyle = MutableStylePropertySet::create(); |
BisonCSSParser::parseValue(parsedStyle.get(), propertyID, s, true, *document); |
return parsedStyle->getPropertyCSSValue(propertyID); |
} |