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

Unified Diff: pkg/barback/test/transformer/lazy_many_to_one.dart

Issue 223553008: Only pass an AssetId to isPrimary and declareOutputs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix script_compactor Created 6 years, 8 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 | « pkg/barback/test/transformer/lazy_bad.dart ('k') | pkg/barback/test/transformer/lazy_rewrite.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/barback/test/transformer/lazy_many_to_one.dart
diff --git a/pkg/barback/test/transformer/lazy_many_to_one.dart b/pkg/barback/test/transformer/lazy_many_to_one.dart
index 7e1b1141d2e9567079c62d35c4ee1a8f0da53ccd..dcdc0b16b31c0743931b238d3dab161eab266ed5 100644
--- a/pkg/barback/test/transformer/lazy_many_to_one.dart
+++ b/pkg/barback/test/transformer/lazy_many_to_one.dart
@@ -18,6 +18,6 @@ class LazyManyToOneTransformer extends ManyToOneTransformer
: super(extension);
Future declareOutputs(DeclaringTransform transform) {
- transform.declareOutput(transform.primaryInput.id.changeExtension(".out"));
+ transform.declareOutput(transform.primaryId.changeExtension(".out"));
}
}
« no previous file with comments | « pkg/barback/test/transformer/lazy_bad.dart ('k') | pkg/barback/test/transformer/lazy_rewrite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698