| Index: runtime/vm/flow_graph_compiler_arm.cc
|
| diff --git a/runtime/vm/flow_graph_compiler_arm.cc b/runtime/vm/flow_graph_compiler_arm.cc
|
| index 1b50fdff168c728fa59e2359e5b84ab20ba05d9a..a948896cb9313ed3e2e02c9b9ec230955c6bd782 100644
|
| --- a/runtime/vm/flow_graph_compiler_arm.cc
|
| +++ b/runtime/vm/flow_graph_compiler_arm.cc
|
| @@ -1047,9 +1047,7 @@ void FlowGraphCompiler::CompileGraph() {
|
| if (function.IsClosureFunction()) {
|
| __ StoreToOffset(kWord, CTX, FP, (slot_base - i) * kWordSize);
|
| } else {
|
| - const Context& empty_context = Context::ZoneHandle(
|
| - zone(), isolate()->object_store()->empty_context());
|
| - __ LoadObject(R1, empty_context);
|
| + __ LoadObject(R1, Object::empty_context());
|
| __ StoreToOffset(kWord, R1, FP, (slot_base - i) * kWordSize);
|
| }
|
| } else {
|
|
|