| Index: third_party/WebKit/Source/core/svg/SVGElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGElement.h b/third_party/WebKit/Source/core/svg/SVGElement.h
|
| index 4b9430e87acdb9fdf5287595955a5f77c9e4272b..649e589e36571706af97502b0e6dc1656089b6c1 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.h
|
| @@ -200,7 +200,7 @@ protected:
|
| void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) override;
|
|
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| - void removedFrom(ContainerNode*) override;
|
| + void removedFrom(ContainerNode* insertionPoint, Node* next) override;
|
| void childrenChanged(const ChildrenChange&) override;
|
|
|
| static CSSPropertyID cssPropertyIdForSVGAttributeName(const QualifiedName&);
|
|
|