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

Unified Diff: dart/pkg/compiler/lib/src/js_backend/codegen/task.dart

Issue 710173005: Disable source maps completely. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Update fallbackCompiler to new API. Created 6 years, 1 month 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 | « dart/pkg/compiler/lib/src/js_backend/backend.dart ('k') | dart/pkg/compiler/lib/src/ssa/builder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/compiler/lib/src/js_backend/codegen/task.dart
diff --git a/dart/pkg/compiler/lib/src/js_backend/codegen/task.dart b/dart/pkg/compiler/lib/src/js_backend/codegen/task.dart
index a06e7185cc934333d104494e28bae1e5f9044991..8f83279aec1c293d58ab1253f15bae9cc5709856 100644
--- a/dart/pkg/compiler/lib/src/js_backend/codegen/task.dart
+++ b/dart/pkg/compiler/lib/src/js_backend/codegen/task.dart
@@ -45,7 +45,7 @@ class CspFunctionCompiler implements FunctionCompiler {
CspFunctionCompiler(Compiler compiler, JavaScriptBackend backend)
: irBuilderTask = new IrBuilderTask(compiler),
- fallbackCompiler = new ssa.SsaFunctionCompiler(backend),
+ fallbackCompiler = new ssa.SsaFunctionCompiler(backend, true),
constantSystem = backend.constantSystem,
compiler = compiler;
« no previous file with comments | « dart/pkg/compiler/lib/src/js_backend/backend.dart ('k') | dart/pkg/compiler/lib/src/ssa/builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698