| Index: Source/core/svg/SVGMPathElement.h
|
| diff --git a/Source/core/svg/SVGMPathElement.h b/Source/core/svg/SVGMPathElement.h
|
| index 5732b69c8c8571170e89e74c4c87622f9bd47cae..4c6043f3a97a7f41197fd71d671e901839bd327c 100644
|
| --- a/Source/core/svg/SVGMPathElement.h
|
| +++ b/Source/core/svg/SVGMPathElement.h
|
| @@ -50,7 +50,6 @@ private:
|
| virtual InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| virtual void removedFrom(ContainerNode*) override;
|
|
|
| - bool isSupportedAttribute(const QualifiedName&);
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
|
| virtual void svgAttributeChanged(const QualifiedName&) override;
|
|
|
|
|