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

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

Issue 2380383003: Use sequence<T> instead of T[] where possible and document exceptions (Closed)
Patch Set: address feedback Created 4 years, 2 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: third_party/WebKit/Source/modules/filesystem/DirectoryReaderSync.idl
diff --git a/third_party/WebKit/Source/modules/filesystem/DirectoryReaderSync.idl b/third_party/WebKit/Source/modules/filesystem/DirectoryReaderSync.idl
index e6fd4eeeda6cc54ee661af057ad073ed38e9aab6..8aa6d7ae31fe98fb811272a568cb16b8bc1c777f 100644
--- a/third_party/WebKit/Source/modules/filesystem/DirectoryReaderSync.idl
+++ b/third_party/WebKit/Source/modules/filesystem/DirectoryReaderSync.idl
@@ -31,5 +31,5 @@
[
NoInterfaceObject,
] interface DirectoryReaderSync {
- [RaisesException] EntrySync[] readEntries();
+ [RaisesException] sequence<EntrySync> readEntries();
};

Powered by Google App Engine
This is Rietveld 408576698