| 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 d1ae04ae9b4b93d916228d2d2b2503c9672e9a5f..31e97532f5ea6ef5e671a13b70abede658e46c36 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTitleElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTitleElement.h
|
| @@ -34,7 +34,7 @@
|
| explicit SVGTitleElement(Document&);
|
|
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| - void removedFrom(ContainerNode* insertionPoint, Node* next) override;
|
| + void removedFrom(ContainerNode*) override;
|
| void childrenChanged(const ChildrenChange&) override;
|
|
|
| bool layoutObjectIsNeeded(const ComputedStyle&) override { return false; }
|
|
|