| Index: runtime/vm/flow_graph.cc
|
| diff --git a/runtime/vm/flow_graph.cc b/runtime/vm/flow_graph.cc
|
| index c14c18e5e792fec7e25013d395e9060d5b07aab3..b77768b85a970b95c8c8007c73e75226f09d49f4 100644
|
| --- a/runtime/vm/flow_graph.cc
|
| +++ b/runtime/vm/flow_graph.cc
|
| @@ -975,8 +975,7 @@ void FlowGraph::Rename(GrowableArray<PhiInstr*>* live_phis,
|
| // Add global constants to the initial definitions.
|
| constant_null_ = GetConstant(Object::ZoneHandle());
|
| constant_dead_ = GetConstant(Symbols::OptimizedOut());
|
| - constant_empty_context_ =
|
| - GetConstant(Context::Handle(isolate()->object_store()->empty_context()));
|
| + constant_empty_context_ = GetConstant(Object::empty_context());
|
|
|
| // Add parameters to the initial definitions and renaming environment.
|
| if (inlining_parameters != NULL) {
|
|
|