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 a3f99643d17812b045012d90a12cb43dc07139b0..b82f0960df07787dbdeb3676b5a707bfb51cc24c 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 |
- [LegacyInterfaceTypeChecking] attribute FileList? files; |
+ attribute FileList? files; |
attribute DOMString formAction; |
[CustomElementCallbacks] attribute DOMString formEnctype; |
[CustomElementCallbacks] attribute DOMString formMethod; |