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

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

Issue 11773043: More cuddling dart2js checked mode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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 | « no previous file | dart/sdk/lib/core/iterable.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/sdk/lib/async/stream_impl.dart
diff --git a/dart/sdk/lib/async/stream_impl.dart b/dart/sdk/lib/async/stream_impl.dart
index 56917913c722dd29546ac666cbacf5008eef6f2a..3ed70b1d2587ce636f033b2d413fea6c81e47095 100644
--- a/dart/sdk/lib/async/stream_impl.dart
+++ b/dart/sdk/lib/async/stream_impl.dart
@@ -644,7 +644,7 @@ class _StreamSubscriptionImpl<T> extends _StreamListener<T>
implements StreamSubscription<T> {
final bool _unsubscribeOnError;
// TODO(ahe): Restore type when feature is implemented in dart2js
- // checked mode.
+ // checked mode. http://dartbug.com/7733
var /* _DataHandler<T> */ _onData;
_ErrorHandler _onError;
_DoneHandler _onDone;
« no previous file with comments | « no previous file | dart/sdk/lib/core/iterable.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698