| 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..880e5f341fe7adfb8a59558122f0481eeb884e47 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* insertionPoint, Node* next) override;
 | 
|  
 | 
|      void svgAttributeChanged(const QualifiedName&) override;
 | 
|  
 | 
| 
 |