Index: third_party/WebCore/html/HTMLInputElement.idl |
diff --git a/third_party/WebCore/html/HTMLInputElement.idl b/third_party/WebCore/html/HTMLInputElement.idl |
index cca40365f6c0d5135479162fff5bf4af29446e10..e326ce7be261e080133793ba2a65086591b05c5f 100644 |
--- a/third_party/WebCore/html/HTMLInputElement.idl |
+++ b/third_party/WebCore/html/HTMLInputElement.idl |
@@ -31,7 +31,7 @@ module html { |
attribute [Reflect] DOMString dirName; |
attribute [Reflect] boolean disabled; |
readonly attribute HTMLFormElement form; |
- readonly attribute FileList files; |
+ attribute FileList files; |
attribute [Reflect, URL] DOMString formAction; |
attribute [TreatNullAs=NullString] DOMString formEnctype; |
attribute [TreatNullAs=NullString] DOMString formMethod; |