| Index: sdk/lib/_internal/compiler/implementation/ssa/bailout.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/ssa/bailout.dart (revision 27115)
|
| +++ sdk/lib/_internal/compiler/implementation/ssa/bailout.dart (working copy)
|
| @@ -123,7 +123,7 @@
|
| return true;
|
| } else if (user.selector != null
|
| && user.getDartReceiver(compiler) == instruction
|
| - && !speculativeType.computeMask(compiler).willHit(
|
| + && !speculativeType.computeMask(compiler).understands(
|
| user.selector, compiler)) {
|
| return true;
|
| }
|
|
|