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

Unified Diff: runtime/bin/directory.dart

Issue 9117029: Fix a couple of minor issues in IO libraries. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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/string_stream.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/directory.dart
diff --git a/runtime/bin/directory.dart b/runtime/bin/directory.dart
index c6be82b54be253dfca7377ba58664f53b74e853e..27ba97f25c92019e5fedc373ca52baf113e92e3d 100644
--- a/runtime/bin/directory.dart
+++ b/runtime/bin/directory.dart
@@ -117,7 +117,7 @@ interface Directory default _Directory {
* Set the handler that is called when a temporary directory is
* successfully created.
*/
- void set createTempHandler(void doneHandler(bool completed));
+ void set createTempHandler(void createTempHandler());
/**
* Set the handler that is called when a directory is successfully
« no previous file with comments | « no previous file | runtime/bin/string_stream.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698