| Index: runtime/vm/jit_optimizer.cc
|
| diff --git a/runtime/vm/jit_optimizer.cc b/runtime/vm/jit_optimizer.cc
|
| index 7ff3b0c825cb43d118bdd13e0681be5c43f9d3d8..62fec9f10eaf4f0e55098b72f20ba90b38cb4e10 100644
|
| --- a/runtime/vm/jit_optimizer.cc
|
| +++ b/runtime/vm/jit_optimizer.cc
|
| @@ -2775,7 +2775,6 @@ void JitOptimizer::VisitStaticCall(StaticCallInstr* call) {
|
| void JitOptimizer::VisitStoreInstanceField(
|
| StoreInstanceFieldInstr* instr) {
|
| if (instr->IsUnboxedStore()) {
|
| - ASSERT(instr->is_potential_unboxed_initialization_);
|
| // Determine if this field should be unboxed based on the usage of getter
|
| // and setter functions: The heuristic requires that the setter has a
|
| // usage count of at least 1/kGetterSetterRatio of the getter usage count.
|
|
|