| 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 23b2ddb73db002ff253ca04cc4c1a62dc21c4d33..f65eddc7799bfeb08fb7e411de1afcf61a563bee 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGSVGElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.h
|
| @@ -130,7 +130,7 @@
|
| LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
|
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| - void removedFrom(ContainerNode* insertionPoint, Node* next) override;
|
| + void removedFrom(ContainerNode*) override;
|
|
|
| void svgAttributeChanged(const QualifiedName&) override;
|
|
|
|
|