Index: Source/core/svg/SVGFEOffsetElement.h |
diff --git a/Source/core/svg/SVGFEOffsetElement.h b/Source/core/svg/SVGFEOffsetElement.h |
index a0489a43811fbac7a28b20d6e142747c00a9e6a9..6762d28c108421b8a88e6ec109c3cb30b6dcb7e3 100644 |
--- a/Source/core/svg/SVGFEOffsetElement.h |
+++ b/Source/core/svg/SVGFEOffsetElement.h |
@@ -29,10 +29,10 @@ namespace WebCore { |
class SVGFEOffsetElement FINAL : public SVGFilterPrimitiveStandardAttributes { |
public: |
- static PassRefPtr<SVGFEOffsetElement> create(const QualifiedName&, Document&); |
+ static PassRefPtr<SVGFEOffsetElement> create(Document&); |
private: |
- SVGFEOffsetElement(const QualifiedName&, Document&); |
+ explicit SVGFEOffsetElement(Document&); |
bool isSupportedAttribute(const QualifiedName&); |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |