Index: Source/core/svg/SVGMPathElement.h |
diff --git a/Source/core/svg/SVGMPathElement.h b/Source/core/svg/SVGMPathElement.h |
index b07d8fdce7744e64800277c239c55d3b82bd4f92..0bccf802d6cf67134a69873e0a419da15851f2ed 100644 |
--- a/Source/core/svg/SVGMPathElement.h |
+++ b/Source/core/svg/SVGMPathElement.h |
@@ -35,7 +35,7 @@ class SVGMPathElement FINAL : public SVGElement, |
public SVGURIReference, |
public SVGExternalResourcesRequired { |
public: |
- static PassRefPtr<SVGMPathElement> create(const QualifiedName&, Document&); |
+ static PassRefPtr<SVGMPathElement> create(Document&); |
virtual ~SVGMPathElement(); |
@@ -44,7 +44,7 @@ public: |
void targetPathChanged(); |
private: |
- SVGMPathElement(const QualifiedName&, Document&); |
+ explicit SVGMPathElement(Document&); |
void buildPendingResource(); |
void clearResourceReferences(); |