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

Unified Diff: third_party/WebCore/fileapi/FileList.idl

Issue 10542124: Roll IDL to multivm@603 (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/editing/UndoManager.idl ('k') | third_party/WebCore/fileapi/FileReader.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/fileapi/FileList.idl
diff --git a/third_party/WebCore/fileapi/FileList.idl b/third_party/WebCore/fileapi/FileList.idl
index 0cdf861164003703c76be269d829644a715587a1..14139a7635d330d0609e5c2cc2e1f919f7a4c730 100644
--- a/third_party/WebCore/fileapi/FileList.idl
+++ b/third_party/WebCore/fileapi/FileList.idl
@@ -30,7 +30,7 @@ module html {
JSNoStaticTables
] FileList {
readonly attribute unsigned long length;
- File item(in [IsIndex] unsigned long index);
+ File item(in unsigned long index);
};
}
« no previous file with comments | « third_party/WebCore/editing/UndoManager.idl ('k') | third_party/WebCore/fileapi/FileReader.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698