Index: Source/core/svg/SVGPatternElement.h |
diff --git a/Source/core/svg/SVGPatternElement.h b/Source/core/svg/SVGPatternElement.h |
index 85404b3b5aa647d84ddbfc37486b9c7514d05e07..3536b4b89ea26c4f40b7bf7cdc26b44777f03f2c 100644 |
--- a/Source/core/svg/SVGPatternElement.h |
+++ b/Source/core/svg/SVGPatternElement.h |
@@ -45,14 +45,14 @@ class SVGPatternElement FINAL : public SVGElement, |
public SVGExternalResourcesRequired, |
public SVGFitToViewBox { |
public: |
- static PassRefPtr<SVGPatternElement> create(const QualifiedName&, Document&); |
+ static PassRefPtr<SVGPatternElement> create(Document&); |
void collectPatternAttributes(PatternAttributes&) const; |
virtual AffineTransform localCoordinateSpaceTransform(SVGElement::CTMScope) const; |
private: |
- SVGPatternElement(const QualifiedName&, Document&); |
+ explicit SVGPatternElement(Document&); |
virtual bool isValid() const { return SVGTests::isValid(); } |
virtual bool needsPendingResourceHandling() const { return false; } |