Index: Source/core/svg/SVGFESpecularLightingElement.h |
diff --git a/Source/core/svg/SVGFESpecularLightingElement.h b/Source/core/svg/SVGFESpecularLightingElement.h |
index 4b562feac424a81d2a9aac61ebfc8e6c168d5b9e..4aaff3e39b95f899c40c49418a412d68b2d643e3 100644 |
--- a/Source/core/svg/SVGFESpecularLightingElement.h |
+++ b/Source/core/svg/SVGFESpecularLightingElement.h |
@@ -32,11 +32,11 @@ namespace WebCore { |
class SVGFESpecularLightingElement FINAL : public SVGFilterPrimitiveStandardAttributes { |
public: |
- static PassRefPtr<SVGFESpecularLightingElement> create(const QualifiedName&, Document&); |
+ static PassRefPtr<SVGFESpecularLightingElement> create(Document&); |
void lightElementAttributeChanged(const SVGFELightElement*, const QualifiedName&); |
private: |
- SVGFESpecularLightingElement(const QualifiedName&, Document&); |
+ explicit SVGFESpecularLightingElement(Document&); |
bool isSupportedAttribute(const QualifiedName&); |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |