| Index: third_party/WebKit/Source/core/html/HTMLLabelElement.h
 | 
| diff --git a/third_party/WebKit/Source/core/html/HTMLLabelElement.h b/third_party/WebKit/Source/core/html/HTMLLabelElement.h
 | 
| index fcdf95898631f5c57c195e561f6a048c430cfb1e..ee6516eaeda66ef5233013997d4ca78ff813a5ea 100644
 | 
| --- a/third_party/WebKit/Source/core/html/HTMLLabelElement.h
 | 
| +++ b/third_party/WebKit/Source/core/html/HTMLLabelElement.h
 | 
| @@ -58,7 +58,7 @@ private:
 | 
|      void accessKeyAction(bool sendMouseEvents) override;
 | 
|  
 | 
|      InsertionNotificationRequest insertedInto(ContainerNode*) override;
 | 
| -    void removedFrom(ContainerNode*) override;
 | 
| +    void removedFrom(ContainerNode* insertionPoint, Node* next) override;
 | 
|  
 | 
|      // Overridden to update the hover/active state of the corresponding control.
 | 
|      void setActive(bool = true) override;
 | 
| 
 |