| Index: sdk/lib/_internal/compiler/implementation/ssa/interceptor_simplifier.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/ssa/interceptor_simplifier.dart b/sdk/lib/_internal/compiler/implementation/ssa/interceptor_simplifier.dart
|
| index 2af828540a465f99ef6eb71da24e6a196aa3ff16..1ea358de105955dbfad8f026270eba1da86ffdee 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/ssa/interceptor_simplifier.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/ssa/interceptor_simplifier.dart
|
| @@ -168,7 +168,7 @@ class SsaSimplifyInterceptors extends HBaseVisitor
|
| // If there is an instruction that dominates all others, we can
|
| // use only the selector of that instruction.
|
| if (dominator != null) {
|
| - interceptedClasses =
|
| + interceptedClasses =
|
| backend.getInterceptedClassesOn(dominator.selector.name);
|
|
|
| // If we found that we need number, we must still go through all
|
|
|