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

Unified Diff: pkg/dev_compiler/web/web_command.dart

Issue 2346573002: Fix build break. (Closed)
Patch Set: Created 4 years, 3 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/dev_compiler/test/codegen_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dev_compiler/web/web_command.dart
diff --git a/pkg/dev_compiler/web/web_command.dart b/pkg/dev_compiler/web/web_command.dart
index dc101420c3f7d98936e9ba4d72d969bb5c13156a..5f6514a9b789711f31bc79a99c4919d4e2dfd3c9 100644
--- a/pkg/dev_compiler/web/web_command.dart
+++ b/pkg/dev_compiler/web/web_command.dart
@@ -129,7 +129,7 @@ class WebCompileCommand extends Command {
var moduleCode = module.isValid
? module
- .getCode(ModuleFormat.legacy, unit.name, unit.name + '.map')
+ .getCode(ModuleFormat.legacy, false, unit.name, unit.name + '.map')
Jennifer Messerly 2016/09/14 20:07:03 long line, maybe run format?
.code
: '';
« no previous file with comments | « pkg/dev_compiler/test/codegen_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698