| Index: Source/core/svg/SVGFEPointLightElement.h
|
| diff --git a/Source/core/svg/SVGFEPointLightElement.h b/Source/core/svg/SVGFEPointLightElement.h
|
| index 10bdec9e04a7a0044b8bb2d80b54fa5670a7574d..b32b9516fb980de708812c7afd3ff6ba3ef37df0 100644
|
| --- a/Source/core/svg/SVGFEPointLightElement.h
|
| +++ b/Source/core/svg/SVGFEPointLightElement.h
|
| @@ -26,10 +26,10 @@ namespace WebCore {
|
|
|
| class SVGFEPointLightElement FINAL : public SVGFELightElement {
|
| public:
|
| - static PassRefPtr<SVGFEPointLightElement> create(const QualifiedName&, Document&);
|
| + static PassRefPtr<SVGFEPointLightElement> create(Document&);
|
|
|
| private:
|
| - SVGFEPointLightElement(const QualifiedName&, Document&);
|
| + explicit SVGFEPointLightElement(Document&);
|
|
|
| virtual PassRefPtr<LightSource> lightSource() const;
|
| };
|
|
|