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

Unified Diff: runtime/bin/builtin_natives.cc

Issue 9630012: Error reporting on File in dart:io (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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 | « no previous file | runtime/bin/directory.dart » ('j') | runtime/bin/file.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/builtin_natives.cc
diff --git a/runtime/bin/builtin_natives.cc b/runtime/bin/builtin_natives.cc
index bbe3fb13cf75ee7e735d7fdb1f8f3b308d121383..0b0cf655606426705a02ee084582a3d567de8155 100644
--- a/runtime/bin/builtin_natives.cc
+++ b/runtime/bin/builtin_natives.cc
@@ -24,7 +24,7 @@
V(EventHandler_Start, 1) \
V(EventHandler_SendData, 4) \
V(Exit, 1) \
- V(File_Open, 2) \
+ V(File_Open, 3) \
V(File_Exists, 1) \
V(File_Close, 1) \
V(File_ReadByte, 1) \
« no previous file with comments | « no previous file | runtime/bin/directory.dart » ('j') | runtime/bin/file.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698