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

Unified Diff: runtime/lib/isolate_patch.dart

Issue 56433002: Update TODO with bug number. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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/lib/isolate_patch.dart
diff --git a/runtime/lib/isolate_patch.dart b/runtime/lib/isolate_patch.dart
index 2a0876342f5b13c697edd187ff460e2957240e63..6022b076481064e7a995dfd70bb7c6807ca69a99 100644
--- a/runtime/lib/isolate_patch.dart
+++ b/runtime/lib/isolate_patch.dart
@@ -216,7 +216,7 @@ patch class Isolate {
completer.complete(new Isolate._fromControlPort(controlPort));
};
} catch(e, st) {
- // TODO(floitsch): we want errors to go into the returned future.
+ // TODO(14718): we want errors to go into the returned future.
rethrow;
};
return completer.future;
@@ -236,7 +236,7 @@ patch class Isolate {
completer.complete(new Isolate._fromControlPort(controlPort));
};
} catch(e, st) {
- // TODO(floitsch): we want errors to go into the returned future.
+ // TODO(14718): we want errors to go into the returned future.
rethrow;
};
return completer.future;
« 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