| Index: Source/core/svg/SVGFETileElement.h
|
| diff --git a/Source/core/svg/SVGFETileElement.h b/Source/core/svg/SVGFETileElement.h
|
| index 12df08dbd9f4a5baa492ea5501f6feb16e382f6e..8c8b9452fcd4198e08c6f8a12934f5f7494cf0a7 100644
|
| --- a/Source/core/svg/SVGFETileElement.h
|
| +++ b/Source/core/svg/SVGFETileElement.h
|
| @@ -35,7 +35,6 @@ public:
|
| private:
|
| explicit SVGFETileElement(Document&);
|
|
|
| - bool isSupportedAttribute(const QualifiedName&);
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
|
| virtual void svgAttributeChanged(const QualifiedName&) override;
|
| virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) override;
|
|
|