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..d9649ff720aaf14241a44350caee8bd6d05344d6 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*, Node*) final; |
void didMoveToNewDocument(Document& oldDocument) final; |
void removeAllEventListeners() final; |