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