| 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 7d34dd045f550c3dbecd723804ba8ca798b80d46..3106ddbed9e6c901cae54c06492df0ec5356497d 100644
|
| --- a/pkg/compiler/lib/src/js_backend/backend.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/backend.dart
|
| @@ -516,8 +516,8 @@ class JavaScriptBackend {
|
| commonElements, compiler.frontEndStrategy.createNoSuchMethodResolver());
|
| kernelTask = new KernelTask(compiler);
|
| patchResolverTask = new PatchResolverTask(compiler);
|
| - functionCompiler =
|
| - new SsaFunctionCompiler(this, sourceInformationStrategy, useKernel);
|
| + functionCompiler = new SsaFunctionCompiler(
|
| + this, compiler.measurer, sourceInformationStrategy);
|
| serialization = new JavaScriptBackendSerialization(this);
|
| }
|
|
|
|
|