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

Unified Diff: pkg/polymer/lib/transformer.dart

Issue 35413004: Fix an interface error in the polymer transformer. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/lib/transformer.dart
diff --git a/pkg/polymer/lib/transformer.dart b/pkg/polymer/lib/transformer.dart
index 512014324aa6533344e4a104e946935071af4e82..4d132cffba343fa14cb04b783c479d78e5368df2 100644
--- a/pkg/polymer/lib/transformer.dart
+++ b/pkg/polymer/lib/transformer.dart
@@ -54,7 +54,7 @@ TransformOptions _parseArgs(Map args) {
print('Invalid value for "entry_points" in the polymer transformer.');
}
}
- return new TransformOptions(entryPoints);
+ return new TransformOptions(entryPoints: entryPoints);
}
List<List<Transformer>> _createDeployPhases(TransformOptions options) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698