| Index: runtime/vm/object.cc
|
| diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
|
| index 107ad5dffecb28d3d5767a2e978853cf94a68107..ae083ab595261e6c26aee01af7ee563da193816c 100644
|
| --- a/runtime/vm/object.cc
|
| +++ b/runtime/vm/object.cc
|
| @@ -13491,7 +13491,7 @@ void Code::GetInlinedFunctionsAt(
|
|
|
|
|
| void Code::DumpInlinedIntervals() const {
|
| - LogBlock lb(Isolate::Current());
|
| + LogBlock lb(Thread::Current());
|
| ISL_Print("Inlined intervals:\n");
|
| const Array& intervals = Array::Handle(GetInlinedIntervals());
|
| if (intervals.IsNull() || (intervals.Length() == 0)) return;
|
|
|