Index: Source/core/svg/SVGFontFaceElement.cpp |
diff --git a/Source/core/svg/SVGFontFaceElement.cpp b/Source/core/svg/SVGFontFaceElement.cpp |
index 5430c487dadf2cf79be4c93abfa771b2034189b5..b5393220aed697bbbfeaf7cf506e9d9f9608cf7c 100644 |
--- a/Source/core/svg/SVGFontFaceElement.cpp |
+++ b/Source/core/svg/SVGFontFaceElement.cpp |
@@ -52,7 +52,7 @@ inline SVGFontFaceElement::SVGFontFaceElement(Document& document) |
, m_fontElement(0) |
{ |
ScriptWrappable::init(this); |
- RefPtr<MutableStylePropertySet> styleDeclaration = MutableStylePropertySet::create(HTMLStandardMode); |
+ RefPtrWillBeRawPtr<MutableStylePropertySet> styleDeclaration = MutableStylePropertySet::create(HTMLStandardMode); |
m_fontFaceRule->setProperties(styleDeclaration.release()); |
} |