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