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