| Index: third_party/WebKit/Source/core/svg/SVGTextPathElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTextPathElement.h b/third_party/WebKit/Source/core/svg/SVGTextPathElement.h
|
| index 5b88a780a30f93f3a3d62f1a527a62c6ad25f0af..b2a6aefb5ddc03a2dd937049abcd303d0741d9e9 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTextPathElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTextPathElement.h
|
| @@ -74,7 +74,7 @@ private:
|
|
|
| void buildPendingResource() override;
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| - void removedFrom(ContainerNode*) override;
|
| + void removedFrom(ContainerNode*, Node*) override;
|
|
|
| void svgAttributeChanged(const QualifiedName&) override;
|
|
|
|
|