| Index: Source/core/svg/SVGGlyphElement.h
|
| diff --git a/Source/core/svg/SVGGlyphElement.h b/Source/core/svg/SVGGlyphElement.h
|
| index 97237874c7af0a529cbaf6db9d4c423e84e9f544..437676e1377f2d3b7e5b4f53c5988cbf8aff8fcb 100644
|
| --- a/Source/core/svg/SVGGlyphElement.h
|
| +++ b/Source/core/svg/SVGGlyphElement.h
|
| @@ -32,7 +32,7 @@ class SVGFontData;
|
|
|
| class SVGGlyphElement FINAL : public SVGElement {
|
| public:
|
| - static PassRefPtr<SVGGlyphElement> create(const QualifiedName&, Document*);
|
| + static PassRefPtr<SVGGlyphElement> create(const QualifiedName&, Document&);
|
|
|
| SVGGlyph buildGlyphIdentifier() const;
|
|
|
| @@ -44,7 +44,7 @@ public:
|
| static SVGGlyph buildGenericGlyphIdentifier(const SVGElement*);
|
|
|
| private:
|
| - SVGGlyphElement(const QualifiedName&, Document*);
|
| + SVGGlyphElement(const QualifiedName&, Document&);
|
|
|
| // FIXME: svgAttributeChanged missing.
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
|
|