Index: third_party/WebKit/Source/core/html/HTMLFormControlElementWithState.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLFormControlElementWithState.h b/third_party/WebKit/Source/core/html/HTMLFormControlElementWithState.h |
index 546e72264fdc2a524354cc4c56a3064389dff574..554bd4373e8271b4973280bc4e77a3e43119c0f7 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLFormControlElementWithState.h |
+++ b/third_party/WebKit/Source/core/html/HTMLFormControlElementWithState.h |
@@ -49,7 +49,7 @@ protected: |
void finishParsingChildren() override; |
InsertionNotificationRequest insertedInto(ContainerNode*) override; |
- void removedFrom(ContainerNode*) override; |
+ void removedFrom(ContainerNode*, Node*) override; |
bool isFormControlElementWithState() const final; |
}; |