| Index: Source/core/svg/SVGMaskElement.h
|
| diff --git a/Source/core/svg/SVGMaskElement.h b/Source/core/svg/SVGMaskElement.h
|
| index 8f06a849a674a1430bd69ba429279963cd93c516..540c1b4fee6c4d7b4130337c011583dd0aa853cf 100644
|
| --- a/Source/core/svg/SVGMaskElement.h
|
| +++ b/Source/core/svg/SVGMaskElement.h
|
| @@ -53,7 +53,6 @@ private:
|
| virtual bool isValid() const override { return SVGTests::isValid(document()); }
|
| virtual bool needsPendingResourceHandling() const override { return false; }
|
|
|
| - bool isSupportedAttribute(const QualifiedName&);
|
| virtual bool isPresentationAttribute(const QualifiedName&) const override;
|
| virtual bool isPresentationAttributeWithSVGDOM(const QualifiedName&) const override;
|
| virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override;
|
|
|