Index: runtime/vm/il_printer.cc |
diff --git a/runtime/vm/il_printer.cc b/runtime/vm/il_printer.cc |
index 9e0b653f327d927169a9773509844f0f25468d33..43ac11d146ba916d66eb74b6fe7afc247d16fba7 100644 |
--- a/runtime/vm/il_printer.cc |
+++ b/runtime/vm/il_printer.cc |
@@ -83,7 +83,7 @@ bool FlowGraphPrinter::ShouldPrint(const Function& function) { |
void FlowGraphPrinter::PrintGraph(const char* phase, FlowGraph* flow_graph) { |
- LogBlock lb(Isolate::Current()); |
+ LogBlock lb(Thread::Current()); |
ISL_Print("*** BEGIN CFG\n%s\n", phase); |
FlowGraphPrinter printer(*flow_graph); |
printer.PrintBlocks(); |