| Index: third_party/WebKit/Source/core/html/HTMLInputElement.idl
 | 
| diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.idl b/third_party/WebKit/Source/core/html/HTMLInputElement.idl
 | 
| index b82f0960df07787dbdeb3676b5a707bfb51cc24c..a3f99643d17812b045012d90a12cb43dc07139b0 100644
 | 
| --- a/third_party/WebKit/Source/core/html/HTMLInputElement.idl
 | 
| +++ b/third_party/WebKit/Source/core/html/HTMLInputElement.idl
 | 
| @@ -35,7 +35,7 @@ interface HTMLInputElement : HTMLElement {
 | 
|      [ImplementedAs=formOwner] readonly attribute HTMLFormElement? form;
 | 
|      // The 'files' attribute is intentionally not readonly.
 | 
|      // https://www.w3.org/Bugs/Public/show_bug.cgi?id=22682
 | 
| -    attribute FileList? files;
 | 
| +    [LegacyInterfaceTypeChecking] attribute FileList? files;
 | 
|      attribute DOMString formAction;
 | 
|      [CustomElementCallbacks] attribute DOMString formEnctype;
 | 
|      [CustomElementCallbacks] attribute DOMString formMethod;
 | 
| 
 |