Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Unified Diff: third_party/WebCore/html/HTMLInputElement.idl

Issue 10513011: Roll IDL to multivm@576 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebCore/html/HTMLIFrameElement.idl ('k') | third_party/WebCore/html/HTMLMediaElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « third_party/WebCore/html/HTMLIFrameElement.idl ('k') | third_party/WebCore/html/HTMLMediaElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698