| Index: pkg/compiler/lib/src/js_backend/codegen/task.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/codegen/task.dart b/pkg/compiler/lib/src/js_backend/codegen/task.dart
|
| index 33430beac5f2ff503e9b1ec66500c89b587e0c36..cc78836a070652d371184f3f71dd9a6b3db267e7 100644
|
| --- a/pkg/compiler/lib/src/js_backend/codegen/task.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/codegen/task.dart
|
| @@ -230,7 +230,7 @@ class CpsFunctionCompiler implements FunctionCompiler {
|
| applyCpsPass(new RedundantJoinEliminator(), cpsFunction);
|
| applyCpsPass(new RedundantPhiEliminator(), cpsFunction);
|
| applyCpsPass(new ShrinkingReducer(), cpsFunction);
|
| - applyCpsPass(new OptimizeInterceptors(backend), cpsFunction);
|
| + applyCpsPass(new OptimizeInterceptors(backend, typeSystem), cpsFunction);
|
| applyCpsPass(new BackwardNullCheckRemover(typeSystem), cpsFunction);
|
| applyCpsPass(new ShrinkingReducer(), cpsFunction);
|
| });
|
|
|