| Index: third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.h b/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| index 8fa76739e8bec0bbcf164a2ede5047aeedfdf7a2..2d28e4b314fd35c3adf1e1b66207925cd06e08bf 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| @@ -277,7 +277,7 @@ private:
|
| void willChangeForm() final;
|
| void didChangeForm() final;
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| - void removedFrom(ContainerNode*) final;
|
| + void removedFrom(ContainerNode* insertionPoint, Node* next) final;
|
| void didMoveToNewDocument(Document& oldDocument) final;
|
| void removeAllEventListeners() final;
|
|
|
|
|