| 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
|
|
|