| Index: Source/core/svg/SVGPatternElement.h
|
| diff --git a/Source/core/svg/SVGPatternElement.h b/Source/core/svg/SVGPatternElement.h
|
| index 0925c0afc635ebedb4a0c7a3f676e0cae306b539..76c7bb225c2e513b0bb4ddeb4319360e9456a39c 100644
|
| --- a/Source/core/svg/SVGPatternElement.h
|
| +++ b/Source/core/svg/SVGPatternElement.h
|
| @@ -68,7 +68,6 @@ private:
|
| virtual bool isValid() const override { return SVGTests::isValid(document()); }
|
| virtual bool needsPendingResourceHandling() const override { return false; }
|
|
|
| - bool isSupportedAttribute(const QualifiedName&);
|
| virtual void svgAttributeChanged(const QualifiedName&) override;
|
| virtual void childrenChanged(const ChildrenChange&) override;
|
|
|
|
|