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

Unified Diff: dart/pkg/compiler/lib/src/js_backend/backend.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 | « no previous file | dart/pkg/compiler/lib/src/js_backend/codegen/task.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/backend.dart
diff --git a/dart/pkg/compiler/lib/src/js_backend/backend.dart b/dart/pkg/compiler/lib/src/js_backend/backend.dart
index 7317bd498173829c76c26ff8cee06537e1dd5957..1e282a0ad991e8133ae8943a206eb0fbbcda647a 100644
--- a/dart/pkg/compiler/lib/src/js_backend/backend.dart
+++ b/dart/pkg/compiler/lib/src/js_backend/backend.dart
@@ -461,7 +461,7 @@ class JavaScriptBackend extends Backend {
resolutionCallbacks = new JavaScriptResolutionCallbacks(this);
functionCompiler = USE_CPS_IR
? new CspFunctionCompiler(compiler, this)
- : new SsaFunctionCompiler(this);
+ : new SsaFunctionCompiler(this, generateSourceMap);
}
ConstantSystem get constantSystem => constants.constantSystem;
« no previous file with comments | « no previous file | dart/pkg/compiler/lib/src/js_backend/codegen/task.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698