| Index: Source/core/svg/SVGAltGlyphElement.h
|
| diff --git a/Source/core/svg/SVGAltGlyphElement.h b/Source/core/svg/SVGAltGlyphElement.h
|
| index 9ab0bca1d5564da1be53967b602ea825b66cc6f2..d99c92ba8d1c7d050b1424a6044448ed4133cd89 100644
|
| --- a/Source/core/svg/SVGAltGlyphElement.h
|
| +++ b/Source/core/svg/SVGAltGlyphElement.h
|
| @@ -35,7 +35,7 @@ class SVGGlyphElement;
|
| class SVGAltGlyphElement FINAL : public SVGTextPositioningElement,
|
| public SVGURIReference {
|
| public:
|
| - static PassRefPtr<SVGAltGlyphElement> create(const QualifiedName&, Document*);
|
| + static PassRefPtr<SVGAltGlyphElement> create(const QualifiedName&, Document&);
|
|
|
| const AtomicString& glyphRef() const;
|
| void setGlyphRef(const AtomicString&, ExceptionState&);
|
| @@ -45,7 +45,7 @@ public:
|
| bool hasValidGlyphElements(Vector<String>& glyphNames) const;
|
|
|
| private:
|
| - SVGAltGlyphElement(const QualifiedName&, Document*);
|
| + SVGAltGlyphElement(const QualifiedName&, Document&);
|
|
|
| virtual RenderObject* createRenderer(RenderStyle*);
|
| virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const;
|
|
|