| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 81d46ec7162d9fbbc7d72017f069da0613a80568..31b800c2b072b9a0dd594a87d9b2df4b5ed58a4a 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -161,6 +161,7 @@ namespace dart {
|
| V(Timeline_getIsolateNum, 0) \
|
| V(Timeline_getNextAsyncId, 0) \
|
| V(Timeline_getTraceClock, 0) \
|
| + V(Timeline_getThreadCpuClock, 0) \
|
| V(Timeline_reportCompleteEvent, 5) \
|
| V(Timeline_reportInstantEvent, 4) \
|
| V(Timeline_reportTaskEvent, 6) \
|
|
|