| Index: Source/core/svg/SVGStopElement.h
|
| diff --git a/Source/core/svg/SVGStopElement.h b/Source/core/svg/SVGStopElement.h
|
| index 7c762f69559cefeace29816c0608a31b3c3e1ef3..633e9839b5f1b08e49459c7121dedcbaab44c500 100644
|
| --- a/Source/core/svg/SVGStopElement.h
|
| +++ b/Source/core/svg/SVGStopElement.h
|
| @@ -39,7 +39,6 @@ public:
|
| private:
|
| explicit SVGStopElement(Document&);
|
|
|
| - bool isSupportedAttribute(const QualifiedName&);
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
|
| virtual void svgAttributeChanged(const QualifiedName&) override;
|
|
|
|
|