| Index: runtime/vm/flow_graph_compiler_x64.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_x64.cc (revision 11414)
|
| +++ runtime/vm/flow_graph_compiler_x64.cc (working copy)
|
| @@ -235,7 +235,7 @@
|
| }
|
| // Bool interface can be implemented only by core class Bool.
|
| // (see ClassFinalizer::ResolveInterfaces for list of restricted interfaces).
|
| - if (type.IsBoolInterface()) {
|
| + if (type.IsBoolType()) {
|
| __ cmpl(kClassIdReg, Immediate(kBoolCid));
|
| __ j(EQUAL, is_instance_lbl);
|
| __ jmp(is_not_instance_lbl);
|
|
|