| Index: runtime/vm/flow_graph_compiler.cc
|
| diff --git a/runtime/vm/flow_graph_compiler.cc b/runtime/vm/flow_graph_compiler.cc
|
| index c1d94b4627827d522dbaf578880a4700b20cc43f..8e22605f643a2fd2679c508587034d7eb0753de8 100644
|
| --- a/runtime/vm/flow_graph_compiler.cc
|
| +++ b/runtime/vm/flow_graph_compiler.cc
|
| @@ -549,7 +549,7 @@ void FlowGraphCompiler::VisitBlocks() {
|
| }
|
| set_current_block(NULL);
|
| if (FLAG_trace_inlining_intervals && is_optimizing()) {
|
| - LogBlock lb(Isolate::Current());
|
| + LogBlock lb(Thread::Current());
|
| ISL_Print("Intervals:\n");
|
| for (intptr_t cc = 0; cc < caller_inline_id_.length(); cc++) {
|
| ISL_Print(" iid: %" Pd " caller iid: %" Pd "\n",
|
|
|