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

Unified Diff: sdk/lib/_internal/pub/lib/src/barback/load_transformers.dart

Issue 40023002: Make dart2js Isolate.spawn work. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove whitespace changes to dart2js_html. Created 7 years, 2 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
Index: sdk/lib/_internal/pub/lib/src/barback/load_transformers.dart
diff --git a/sdk/lib/_internal/pub/lib/src/barback/load_transformers.dart b/sdk/lib/_internal/pub/lib/src/barback/load_transformers.dart
index f664064c0d3a5c2bead00b7205c23bdbd7101fa0..429f1c7c667b3415023dd9086ef0681596aab83f 100644
--- a/sdk/lib/_internal/pub/lib/src/barback/load_transformers.dart
+++ b/sdk/lib/_internal/pub/lib/src/barback/load_transformers.dart
@@ -214,7 +214,7 @@ Map _serializeTransformerGroup(TransformerGroup group) {
};
}
-/// When the input receives a 'done' as data-event, transforms it to a
+/// When the input receives a 'done' as data-event, transforms it to a
/// done event and cancels the subscription.
StreamSubscription doneTransformer(Stream input, bool cancelOnError) {
var subscription;

Powered by Google App Engine
This is Rietveld 408576698