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

Unified Diff: runtime/bin/directory_impl.dart

Issue 9129020: Another round of minor fixes in the 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 | « runtime/bin/chunked_stream.dart ('k') | 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 9b9b6d2e623005644b56e6430140cce1b57ca339..598a5a4e14e5c58dfbba03bd88cb4e9146b58992 100644
--- a/runtime/bin/directory_impl.dart
+++ b/runtime/bin/directory_impl.dart
@@ -39,7 +39,7 @@ class _DirectoryListingIsolate extends Isolate {
class _DirectoryOperation {
abstract void execute(ReceivePort port);
- SendPort set replyPort(SendPort port) {
+ void set replyPort(SendPort port) {
_replyPort = port;
}
« no previous file with comments | « runtime/bin/chunked_stream.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698