Index: Source/core/svg/SVGFontFaceNameElement.h |
diff --git a/Source/core/svg/SVGFontFaceNameElement.h b/Source/core/svg/SVGFontFaceNameElement.h |
index 9a1e96dbc773da88c4e598bc854b727700fa50e5..e7c8b04f2b7a4715a61a2e9a9f3d8a1db44577cf 100644 |
--- a/Source/core/svg/SVGFontFaceNameElement.h |
+++ b/Source/core/svg/SVGFontFaceNameElement.h |
@@ -29,12 +29,12 @@ class CSSFontFaceSrcValue; |
class SVGFontFaceNameElement FINAL : public SVGElement { |
public: |
- static PassRefPtr<SVGFontFaceNameElement> create(const QualifiedName&, Document*); |
+ static PassRefPtr<SVGFontFaceNameElement> create(const QualifiedName&, Document&); |
PassRefPtr<CSSFontFaceSrcValue> srcValue() const; |
private: |
- SVGFontFaceNameElement(const QualifiedName&, Document*); |
+ SVGFontFaceNameElement(const QualifiedName&, Document&); |
virtual bool rendererIsNeeded(const NodeRenderingContext&) OVERRIDE { return false; } |
}; |