| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index c4624cb76cfba998aba2a42f32c2fbacbb0712b2..bf80f7552974ef3281aeed86bf35a10d7e700676 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -156,6 +156,7 @@ namespace dart {
|
| V(AbstractClassInstantiationError_throwNew, 2) \
|
| V(Stopwatch_now, 0) \
|
| V(Stopwatch_frequency, 0) \
|
| + V(Timeline_getIsolateNum, 0) \
|
| V(Timeline_getNextAsyncId, 0) \
|
| V(Timeline_getTraceClock, 0) \
|
| V(Timeline_reportCompleteEvent, 5) \
|
|
|