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

Unified Diff: lib/src/codegen/js_codegen.dart

Issue 1808123006: Tweaks to compile against latest analyzer. Also changes the travis (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 9 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: lib/src/codegen/js_codegen.dart
diff --git a/lib/src/codegen/js_codegen.dart b/lib/src/codegen/js_codegen.dart
index 6e89271189a3ac2fb705b12c546699007f6a9d60..d775a5c92e83f07ba5ac616726ac11e648e7518e 100644
--- a/lib/src/codegen/js_codegen.dart
+++ b/lib/src/codegen/js_codegen.dart
@@ -142,7 +142,7 @@ class JSCodegenVisitor extends GeneralizingAstVisitor
units = units.map(_cloneCompilationUnit).toList();
// Modify the AST to make coercions explicit.
- new CoercionReifier(rules).reify(units);
+ new CoercionReifier().reify(units);
units.last.directives.forEach(_visit);
« .travis.yml ('K') | « .travis.yml ('k') | lib/src/codegen/reify_coercions.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698