Index: Source/core/svg/SVGSVGElement.h |
diff --git a/Source/core/svg/SVGSVGElement.h b/Source/core/svg/SVGSVGElement.h |
index 23e78b4e406b439704ed281658aa5b30f00a1031..9e46ba9e28b62161f9510c4288128c919e8c392e 100644 |
--- a/Source/core/svg/SVGSVGElement.h |
+++ b/Source/core/svg/SVGSVGElement.h |
@@ -44,7 +44,7 @@ class SVGSVGElement FINAL : public SVGGraphicsElement, |
public SVGFitToViewBox, |
public SVGZoomAndPan { |
public: |
- static PassRefPtr<SVGSVGElement> create(const QualifiedName&, Document&); |
+ static PassRefPtr<SVGSVGElement> create(Document&); |
using SVGGraphicsElement::ref; |
using SVGGraphicsElement::deref; |
@@ -133,7 +133,7 @@ public: |
bool hasEmptyViewBox() const { return viewBoxCurrentValue().isValid() && viewBoxCurrentValue().isEmpty(); } |
private: |
- SVGSVGElement(const QualifiedName&, Document&); |
+ explicit SVGSVGElement(Document&); |
virtual ~SVGSVGElement(); |
virtual bool isSVGSVGElement() const OVERRIDE { return true; } |