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..0b7316c0248cc141160193e95f45d98c8c91e3ce 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*, Node*) override; |
void childrenChanged(const ChildrenChange&) override; |
static CSSPropertyID cssPropertyIdForSVGAttributeName(const QualifiedName&); |