| 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 c50a3e5b4a869fe4183d96fa0b41fb39a54e5fa6..36b46d7908c93b41b48b7bee3f3b143bbb2017b3 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathElement.h
|
| @@ -51,7 +51,7 @@ private:
|
| void svgAttributeChanged(const QualifiedName&) override;
|
|
|
| Node::InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| - void removedFrom(ContainerNode*) override;
|
| + void removedFrom(ContainerNode*, Node*) override;
|
|
|
| void invalidateMPathDependencies();
|
|
|
|
|