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

Unified Diff: runtime/bin/directory_impl.dart

Issue 8956022: Fix type typo. :-) (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/directory_impl.dart
diff --git a/runtime/bin/directory_impl.dart b/runtime/bin/directory_impl.dart
index 952316a63466377ba0e578cf397f3a15d9261949..9b9b6d2e623005644b56e6430140cce1b57ca339 100644
--- a/runtime/bin/directory_impl.dart
+++ b/runtime/bin/directory_impl.dart
@@ -144,7 +144,7 @@ class _DirectoryOperationScheduler {
operation.replyPort = replyPort.toSendPort();
_queue.addLast(operation);
if (_isolate == null) {
- _isolate = new _FileOperationIsolate();
+ _isolate = new _DirectoryOperationIsolate();
_isolate.spawn().then((port) {
schedule(port);
});
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698