Index: Source/core/svg/SVGFontFaceUriElement.h |
diff --git a/Source/core/svg/SVGFontFaceUriElement.h b/Source/core/svg/SVGFontFaceUriElement.h |
index 6101a5c412b3d76550fc75dbad8f485921bc7803..3ae17c2d83d3ecb993491ad5066d8e8e1379fa10 100644 |
--- a/Source/core/svg/SVGFontFaceUriElement.h |
+++ b/Source/core/svg/SVGFontFaceUriElement.h |
@@ -31,14 +31,14 @@ class CSSFontFaceSrcValue; |
class SVGFontFaceUriElement FINAL : public SVGElement, public FontResourceClient { |
public: |
- static PassRefPtr<SVGFontFaceUriElement> create(const QualifiedName&, Document*); |
+ static PassRefPtr<SVGFontFaceUriElement> create(const QualifiedName&, Document&); |
virtual ~SVGFontFaceUriElement(); |
PassRefPtr<CSSFontFaceSrcValue> srcValue() const; |
private: |
- SVGFontFaceUriElement(const QualifiedName&, Document*); |
+ SVGFontFaceUriElement(const QualifiedName&, Document&); |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0); |