Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGFontFaceSrcElement.h
index 015e3f6..1d53c88 100644 (file)
@@ -32,7 +32,7 @@ class SVGFontFaceSrcElement FINAL : public SVGElement {
 public:
     static PassRefPtr<SVGFontFaceSrcElement> create(Document&);
 
-    PassRefPtr<CSSValueList> srcValue() const;
+    PassRefPtrWillBeRawPtr<CSSValueList> srcValue() const;
 
 private:
     explicit SVGFontFaceSrcElement(Document&);