| Index: runtime/vm/flow_graph_inliner.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_inliner.cc (revision 30464)
|
| +++ runtime/vm/flow_graph_inliner.cc (working copy)
|
| @@ -1275,7 +1275,8 @@
|
| new StrictCompareInstr(call_->instance_call()->token_pos(),
|
| Token::kEQ_STRICT,
|
| new Value(load_cid),
|
| - new Value(cid_constant));
|
| + new Value(cid_constant),
|
| + false); // No number check.
|
| BranchInstr* branch = new BranchInstr(compare);
|
| branch->InheritDeoptTarget(call_);
|
| AppendInstruction(AppendInstruction(cursor, cid_constant), branch);
|
|
|