Index: Source/core/svg/SVGForeignObjectElement.h |
diff --git a/Source/core/svg/SVGForeignObjectElement.h b/Source/core/svg/SVGForeignObjectElement.h |
index 68ed016d144b94c7ebedd418cf3a87958434975d..38d3734f37eb74bfb75cdfe567a5a72251350782 100644 |
--- a/Source/core/svg/SVGForeignObjectElement.h |
+++ b/Source/core/svg/SVGForeignObjectElement.h |
@@ -32,10 +32,10 @@ namespace WebCore { |
class SVGForeignObjectElement FINAL : public SVGGraphicsElement, |
public SVGExternalResourcesRequired { |
public: |
- static PassRefPtr<SVGForeignObjectElement> create(const QualifiedName&, Document&); |
+ static PassRefPtr<SVGForeignObjectElement> create(Document&); |
private: |
- SVGForeignObjectElement(const QualifiedName&, Document&); |
+ explicit SVGForeignObjectElement(Document&); |
virtual bool isValid() const { return SVGTests::isValid(); } |
bool isSupportedAttribute(const QualifiedName&); |