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