| Index: third_party/WebKit/Source/core/svg/SVGSVGElement.h
 | 
| diff --git a/third_party/WebKit/Source/core/svg/SVGSVGElement.h b/third_party/WebKit/Source/core/svg/SVGSVGElement.h
 | 
| index f65eddc7799bfeb08fb7e411de1afcf61a563bee..23b2ddb73db002ff253ca04cc4c1a62dc21c4d33 100644
 | 
| --- a/third_party/WebKit/Source/core/svg/SVGSVGElement.h
 | 
| +++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.h
 | 
| @@ -130,7 +130,7 @@ private:
 | 
|      LayoutObject* createLayoutObject(const ComputedStyle&) override;
 | 
|  
 | 
|      InsertionNotificationRequest insertedInto(ContainerNode*) override;
 | 
| -    void removedFrom(ContainerNode*) override;
 | 
| +    void removedFrom(ContainerNode* insertionPoint, Node* next) override;
 | 
|  
 | 
|      void svgAttributeChanged(const QualifiedName&) override;
 | 
|  
 | 
| 
 |