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

Unified Diff: sdk/lib/async/future_impl.dart

Issue 15764003: Add Zone support for Timers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Reupload Created 7 years, 6 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 | « sdk/lib/async/event_loop.dart ('k') | sdk/lib/async/timer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/async/future_impl.dart
diff --git a/sdk/lib/async/future_impl.dart b/sdk/lib/async/future_impl.dart
index a35e6e2168501da0c7a4578d22f5190239f579d8..9223a18eed171a9d36c82e42339810299486dae8 100644
--- a/sdk/lib/async/future_impl.dart
+++ b/sdk/lib/async/future_impl.dart
@@ -138,7 +138,6 @@ class _ErrorZoneBoundaryListener implements _FutureListener {
// to insert an instance of [_ErrorZoneBoundaryListener] (and in the
// controller). Once we have inserted one we should never need to use it
// anymore.
- // It would be valid to `return true` instead.
throw new UnsupportedError(
"A Zone boundary doesn't support the inSameErrorZone test.");
}
« no previous file with comments | « sdk/lib/async/event_loop.dart ('k') | sdk/lib/async/timer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698