| Index: third_party/WebKit/Source/core/svg/SVGTitleElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTitleElement.h b/third_party/WebKit/Source/core/svg/SVGTitleElement.h
|
| index 31e97532f5ea6ef5e671a13b70abede658e46c36..51822815550d9439d2e18e459db7650d5131afc3 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTitleElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTitleElement.h
|
| @@ -34,7 +34,7 @@ private:
|
| explicit SVGTitleElement(Document&);
|
|
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| - void removedFrom(ContainerNode*) override;
|
| + void removedFrom(ContainerNode*, Node*) override;
|
| void childrenChanged(const ChildrenChange&) override;
|
|
|
| bool layoutObjectIsNeeded(const ComputedStyle&) override { return false; }
|
|
|