| Index: Source/core/svg/SVGFEPointLightElement.h
|
| diff --git a/Source/core/svg/SVGFEPointLightElement.h b/Source/core/svg/SVGFEPointLightElement.h
|
| index b27f82311f2507e3589a3171723dcaa7f33479c2..10bdec9e04a7a0044b8bb2d80b54fa5670a7574d 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(const QualifiedName&, Document&);
|
|
|
| private:
|
| - SVGFEPointLightElement(const QualifiedName&, Document*);
|
| + SVGFEPointLightElement(const QualifiedName&, Document&);
|
|
|
| virtual PassRefPtr<LightSource> lightSource() const;
|
| };
|
|
|