| Index: runtime/vm/object.cc
|
| diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
|
| index 73cd49cbcbf420c9fc1d93679fb659193017f27c..f8811398b391c4999c882204a0b9badae84b419d 100644
|
| --- a/runtime/vm/object.cc
|
| +++ b/runtime/vm/object.cc
|
| @@ -989,6 +989,9 @@ void Object::RegisterPrivateClass(const Class& cls,
|
|
|
| RawError* Object::Init(Isolate* isolate) {
|
| TIMERSCOPE(isolate, time_bootstrap);
|
| + TimelineDurationScope tds(isolate,
|
| + isolate->GetIsolateStream(),
|
| + "Object::Init");
|
|
|
| #if defined(DART_NO_SNAPSHOT)
|
| // Object::Init version when we are running in a version of dart that does
|
|
|