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

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

Issue 22673003: Replace EntryArraySync type by an EntrySync[] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use traits classes to simplify the code 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/DirectoryReaderSync.idl
diff --git a/Source/modules/filesystem/DirectoryReaderSync.idl b/Source/modules/filesystem/DirectoryReaderSync.idl
index 9821f439ef1260482937e5bb9cbe8e51a54568bd..cf4937cf55605e179bc24d0d9e7976d3aec36523 100644
--- a/Source/modules/filesystem/DirectoryReaderSync.idl
+++ b/Source/modules/filesystem/DirectoryReaderSync.idl
@@ -31,5 +31,5 @@
[
NoInterfaceObject
] interface DirectoryReaderSync {
- [RaisesException] EntryArraySync readEntries();
+ [RaisesException] EntrySync[] readEntries();
};

Powered by Google App Engine
This is Rietveld 408576698