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

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: Style issues 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 | « runtime/bin/builtin_impl_sources.gypi ('k') | runtime/bin/common.dart » ('j') | no next file with comments »
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 b290cadf43f9081f74d300605116d496f284e129..476c403e57e1a82689dabb091c46a9021b8e2626 100644
--- a/runtime/bin/builtin_natives.cc
+++ b/runtime/bin/builtin_natives.cc
@@ -18,7 +18,7 @@
V(Directory_Exists, 1) \
V(Directory_Create, 1) \
V(Directory_Current, 0) \
- V(Directory_CreateTemp, 2) \
+ V(Directory_CreateTemp, 1) \
V(Directory_Delete, 2) \
V(Directory_NewServicePort, 0) \
V(EventHandler_Start, 1) \
« no previous file with comments | « runtime/bin/builtin_impl_sources.gypi ('k') | runtime/bin/common.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698