| 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..88262d824268961b683447aa305048abd6e8d7cc 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* insertionPoint, Node* next) override;
 | 
|      bool isFormControlElementWithState() const final;
 | 
|  };
 | 
|  
 | 
| 
 |