| Index: Source/core/svg/SVGCursorElement.h
|
| diff --git a/Source/core/svg/SVGCursorElement.h b/Source/core/svg/SVGCursorElement.h
|
| index 70df3150795e7111c613f04ee502b7e5ef81634e..367b3f7b8ecc5bfdc213c6dce85e69c9e351eced 100644
|
| --- a/Source/core/svg/SVGCursorElement.h
|
| +++ b/Source/core/svg/SVGCursorElement.h
|
| @@ -56,7 +56,6 @@ private:
|
|
|
| virtual bool isValid() const override { return SVGTests::isValid(document()); }
|
|
|
| - bool isSupportedAttribute(const QualifiedName&);
|
| virtual void svgAttributeChanged(const QualifiedName&) override;
|
|
|
| virtual bool layoutObjectIsNeeded(const ComputedStyle&) override { return false; }
|
|
|