| 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 edb9c57c8bbeb0f564827b137a4ab4a23dd48123..50f645a3f246c9661e4161b2866fec1d2628b26b 100644
|
| --- a/pkg/compiler/lib/src/js_backend/backend.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/backend.dart
|
| @@ -459,7 +459,7 @@ class JavaScriptBackend extends Backend {
|
| resolutionCallbacks = new JavaScriptResolutionCallbacks(this);
|
| patchResolverTask = new PatchResolverTask(compiler);
|
| functionCompiler = USE_CPS_IR
|
| - ? new CspFunctionCompiler(compiler, this)
|
| + ? new CpsFunctionCompiler(compiler, this)
|
| : new SsaFunctionCompiler(this, generateSourceMap);
|
| }
|
|
|
|
|