| Index: pkg/compiler/lib/src/js_backend/backend.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/backend.dart b/pkg/compiler/lib/src/js_backend/backend.dart
|
| index 75f3dab49e198e7a3d9bf2656793766d72e2e1c4..23465e9ae85c2a2961926538f0da9873c7700c09 100644
|
| --- a/pkg/compiler/lib/src/js_backend/backend.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/backend.dart
|
| @@ -461,7 +461,8 @@ class JavaScriptBackend extends Backend {
|
| resolutionCallbacks = new JavaScriptResolutionCallbacks(this);
|
| patchResolverTask = new PatchResolverTask(compiler);
|
| functionCompiler = USE_CPS_IR
|
| - ? new CpsFunctionCompiler(compiler, this)
|
| + ? new CpsFunctionCompiler(
|
| + compiler, this, generateSourceMap: generateSourceMap)
|
| : new SsaFunctionCompiler(this, generateSourceMap);
|
| }
|
|
|
|
|