| Index: runtime/vm/flow_graph_type_propagator.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_type_propagator.cc (revision 24013)
|
| +++ runtime/vm/flow_graph_type_propagator.cc (working copy)
|
| @@ -888,7 +888,7 @@
|
| CompileType LoadStaticFieldInstr::ComputeType() const {
|
| if (FLAG_enable_type_checks) {
|
| return CompileType::FromAbstractType(
|
| - AbstractType::ZoneHandle(field().type()));
|
| + AbstractType::ZoneHandle(StaticField().type()));
|
| }
|
| return CompileType::Dynamic();
|
| }
|
|
|