| Index: Source/core/svg/SVGFEDropShadowElement.h
|
| diff --git a/Source/core/svg/SVGFEDropShadowElement.h b/Source/core/svg/SVGFEDropShadowElement.h
|
| index 2858dc7f9b84f7d788e243eae3da9a2da0425b78..b565639ee065fb3e693fec8a3556f2190de61b86 100644
|
| --- a/Source/core/svg/SVGFEDropShadowElement.h
|
| +++ b/Source/core/svg/SVGFEDropShadowElement.h
|
| @@ -46,7 +46,6 @@ public:
|
| private:
|
| explicit SVGFEDropShadowElement(Document&);
|
|
|
| - bool isSupportedAttribute(const QualifiedName&);
|
| virtual void svgAttributeChanged(const QualifiedName&) override;
|
| virtual PassRefPtrWillBeRawPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) override;
|
|
|
|
|