Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGFontFaceElement.cpp
index 7cdcffd..1c142a7 100644 (file)
@@ -274,7 +274,7 @@ void SVGFontFaceElement::rebuildFontFace()
     }
 
     bool describesParentFont = parentNode()->hasTagName(SVGNames::fontTag);
-    RefPtr<CSSValueList> list;
+    RefPtrWillBeRawPtr<CSSValueList> list;
 
     if (describesParentFont) {
         m_fontElement = toSVGFontElement(parentNode());