| 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;
|
|
|