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

Unified Diff: runtime/bin/io_natives.cc

Issue 1904553006: Fix strong mode errors in dart:io. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Few fixes Created 4 years, 7 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: runtime/bin/io_natives.cc
diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
index 4c55b6f6891d0124707f67651a0a1c9f34f7e182..609bbef264fdf505a71a149db650283e4c82460a 100644
--- a/runtime/bin/io_natives.cc
+++ b/runtime/bin/io_natives.cc
@@ -28,7 +28,7 @@ namespace bin {
V(Directory_CreateTemp, 1) \
V(Directory_Delete, 2) \
V(Directory_Rename, 2) \
- V(Directory_List, 3) \
+ V(Directory_FillWithDirectoryListing, 4) \
V(Directory_GetAsyncDirectoryListerPointer, 1) \
V(Directory_SetAsyncDirectoryListerPointer, 2) \
V(EventHandler_SendData, 3) \

Powered by Google App Engine
This is Rietveld 408576698