| Index: runtime/vm/object.cc
|
| diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
|
| index 7b847749a3bfe505facb5a68c5ae516c3a46cc04..b4af5cfc3a4b505375b2f1b026fcb6b0f4a1018b 100644
|
| --- a/runtime/vm/object.cc
|
| +++ b/runtime/vm/object.cc
|
| @@ -38,6 +38,7 @@
|
| #include "vm/symbols.h"
|
| #include "vm/tags.h"
|
| #include "vm/thread_registry.h"
|
| +#include "vm/timeline.h"
|
| #include "vm/timer.h"
|
| #include "vm/unicode.h"
|
| #include "vm/verified_memory.h"
|
| @@ -1104,7 +1105,7 @@ RawError* Object::Init(Isolate* isolate) {
|
| ASSERT(isolate == thread->isolate());
|
| NOT_IN_PRODUCT(
|
| TimelineDurationScope tds(thread,
|
| - isolate->GetIsolateStream(),
|
| + Timeline::GetIsolateStream(),
|
| "Object::Init");
|
| )
|
|
|
|
|