Index: sdk/lib/async/future.dart |
diff --git a/sdk/lib/async/future.dart b/sdk/lib/async/future.dart |
index 5b570c606f6869df24fbe6a621772e8f32634bf5..e765ee24b06464c34273d8a55d17948f047e30df 100644 |
--- a/sdk/lib/async/future.dart |
+++ b/sdk/lib/async/future.dart |
@@ -304,7 +304,7 @@ abstract class Future<T> { |
StackTrace stackTrace; // The stackTrace that came with the error. |
// Handle an error from any of the futures. |
- void handleError(theError, theStackTrace) { |
+ handleError(theError, theStackTrace) { |
floitsch
2017/02/28 19:04:35
This looks like a temporary problem.
The 'then' i
Jennifer Messerly
2017/02/28 19:23:31
sounds great! I'll add that TODO, does this look g
|
remaining--; |
if (values != null) { |
if (cleanUp != null) { |