| 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 a81485a0c59808dee5553c07eb5f96f25cf5f3fe..c2c4b262b083669c2434eba8336e9a850af35b77 100644
 | 
| --- a/third_party/WebKit/Source/core/html/HTMLInputElement.h
 | 
| +++ b/third_party/WebKit/Source/core/html/HTMLInputElement.h
 | 
| @@ -279,7 +279,6 @@ private:
 | 
|      enum AutoCompleteSetting { Uninitialized, On, Off };
 | 
|  
 | 
|      void didAddUserAgentShadowRoot(ShadowRoot&) final;
 | 
| -    void willAddFirstAuthorShadowRoot() final;
 | 
|  
 | 
|      void willChangeForm() final;
 | 
|      void didChangeForm() final;
 | 
| 
 |