| Index: Source/core/svg/SVGGlyphRefElement.h
|
| diff --git a/Source/core/svg/SVGGlyphRefElement.h b/Source/core/svg/SVGGlyphRefElement.h
|
| index 078e04b08e74fdcfefde6944c432bebd2b1ceaf7..16b823fab577038669d2057bd1b800ee0dc1fa74 100644
|
| --- a/Source/core/svg/SVGGlyphRefElement.h
|
| +++ b/Source/core/svg/SVGGlyphRefElement.h
|
| @@ -29,7 +29,7 @@ namespace WebCore {
|
| class SVGGlyphRefElement FINAL : public SVGElement,
|
| public SVGURIReference {
|
| public:
|
| - static PassRefPtr<SVGGlyphRefElement> create(const QualifiedName&, Document*);
|
| + static PassRefPtr<SVGGlyphRefElement> create(const QualifiedName&, Document&);
|
|
|
| bool hasValidGlyphElement(String& glyphName) const;
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| @@ -47,7 +47,7 @@ public:
|
| void setDy(float);
|
|
|
| private:
|
| - SVGGlyphRefElement(const QualifiedName&, Document*);
|
| + SVGGlyphRefElement(const QualifiedName&, Document&);
|
|
|
| template<typename CharType>
|
| void parseAttributeInternal(const QualifiedName&, const AtomicString&);
|
|
|