| Index: third_party/WebKit/Source/core/svg/SVGPathElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPathElement.h b/third_party/WebKit/Source/core/svg/SVGPathElement.h
|
| index 2a55d5935af746cb07dd5a261876b2ebaf59880d..c50a3e5b4a869fe4183d96fa0b41fb39a54e5fa6 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathElement.h
|
| @@ -51,7 +51,7 @@
|
| void svgAttributeChanged(const QualifiedName&) override;
|
|
|
| Node::InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| - void removedFrom(ContainerNode* insertionPoint, Node* next) override;
|
| + void removedFrom(ContainerNode*) override;
|
|
|
| void invalidateMPathDependencies();
|
|
|
|
|