Index: Source/core/svg/SVGPathElement.h |
diff --git a/Source/core/svg/SVGPathElement.h b/Source/core/svg/SVGPathElement.h |
index ba53a06789ac29f71eb4569f498548bee11f6b8e..2ee0d60d7a364d74088fb4eaa544d2e869c5d69d 100644 |
--- a/Source/core/svg/SVGPathElement.h |
+++ b/Source/core/svg/SVGPathElement.h |
@@ -55,7 +55,7 @@ class SVGPathSegListPropertyTearOff; |
class SVGPathElement FINAL : public SVGGeometryElement, |
public SVGExternalResourcesRequired { |
public: |
- static PassRefPtr<SVGPathElement> create(const QualifiedName&, Document&); |
+ static PassRefPtr<SVGPathElement> create(Document&); |
float getTotalLength(); |
SVGPoint getPointAtLength(float distance); |
@@ -98,7 +98,7 @@ public: |
bool isAnimValObserved() const { return m_isAnimValObserved; } |
private: |
- SVGPathElement(const QualifiedName&, Document&); |
+ explicit SVGPathElement(Document&); |
virtual bool isValid() const { return SVGTests::isValid(); } |
virtual bool supportsFocus() const OVERRIDE { return hasFocusEventListeners(); } |