| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 1b01501b04306b3c5b6a2f1a2c8b558447d37ad7..c1d78ed28abe3fcd01018de727a0d69185c0011b 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -171,6 +171,7 @@ namespace dart {
|
| V(Timeline_getTraceClock, 0) \
|
| V(Timeline_getThreadCpuClock, 0) \
|
| V(Timeline_isDartStreamEnabled, 0) \
|
| + V(Timeline_reportBeginEvent, 1) \
|
| V(Timeline_reportCompleteEvent, 5) \
|
| V(Timeline_reportInstantEvent, 4) \
|
| V(Timeline_reportTaskEvent, 6) \
|
|
|