Index: Source/core/svg/SVGFECompositeElement.h |
diff --git a/Source/core/svg/SVGFECompositeElement.h b/Source/core/svg/SVGFECompositeElement.h |
index 7b7b9439c16392ceb52609553dc03e8da0e7a39e..15f1e2cbd8f663d3b24fa94893f570a8ed05acfd 100644 |
--- a/Source/core/svg/SVGFECompositeElement.h |
+++ b/Source/core/svg/SVGFECompositeElement.h |
@@ -75,10 +75,10 @@ struct SVGPropertyTraits<CompositeOperationType> { |
class SVGFECompositeElement FINAL : public SVGFilterPrimitiveStandardAttributes { |
public: |
- static PassRefPtr<SVGFECompositeElement> create(const QualifiedName&, Document&); |
+ static PassRefPtr<SVGFECompositeElement> create(Document&); |
private: |
- SVGFECompositeElement(const QualifiedName&, Document&); |
+ explicit SVGFECompositeElement(Document&); |
bool isSupportedAttribute(const QualifiedName&); |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |