| Index: third_party/WebKit/Source/core/html/HTMLTitleElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLTitleElement.h b/third_party/WebKit/Source/core/html/HTMLTitleElement.h
|
| index a68f3956261cec2def9440ded9ef3ef91dd2ef79..75dda6da791cb6aa91fd22bc73c69c2f0c33cf0c 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLTitleElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLTitleElement.h
|
| @@ -38,7 +38,7 @@ private:
|
| explicit HTMLTitleElement(Document&);
|
|
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| - void removedFrom(ContainerNode*) override;
|
| + void removedFrom(ContainerNode*, Node*) override;
|
| void childrenChanged(const ChildrenChange&) override;
|
|
|
| bool m_ignoreTitleUpdatesWhenChildrenChange;
|
|
|