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

Unified Diff: Source/modules/filesystem/HTMLInputElementFileSystem.idl

Issue 22436002: Replace EntryArray type by an Entry[] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 4 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
Index: Source/modules/filesystem/HTMLInputElementFileSystem.idl
diff --git a/Source/modules/filesystem/HTMLInputElementFileSystem.idl b/Source/modules/filesystem/HTMLInputElementFileSystem.idl
index fc4a29de990791635cd871d55a522a765c87f133..758d6fc8ca1ab798cc00776a6aa29fca4ec5e9ae 100644
--- a/Source/modules/filesystem/HTMLInputElementFileSystem.idl
+++ b/Source/modules/filesystem/HTMLInputElementFileSystem.idl
@@ -29,6 +29,6 @@
*/
partial interface HTMLInputElement {
- [EnabledAtRuntime=FileSystem,CallWith=ScriptExecutionContext] readonly attribute EntryArray webkitEntries;
+[EnabledAtRuntime=FileSystem,CallWith=ScriptExecutionContext] readonly attribute Entry[] webkitEntries;
};
« no previous file with comments | « Source/modules/filesystem/HTMLInputElementFileSystem.cpp ('k') | Source/modules/filesystem/SyncCallbackHelper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698