| Index: Source/core/svg/SVGAltGlyphElement.h
|
| diff --git a/Source/core/svg/SVGAltGlyphElement.h b/Source/core/svg/SVGAltGlyphElement.h
|
| index 2ab0ee76cedac4c0671aff410249a0fa23310089..841e1f0993e3d445008d9b35508a868a84957088 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(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&);
|
| + explicit SVGAltGlyphElement(Document&);
|
|
|
| virtual RenderObject* createRenderer(RenderStyle*);
|
| virtual bool childShouldCreateRenderer(const Node& child) const;
|
|
|