| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 54c3a1fa441bcca29ed13ffe6bbeab713ae289e9..81fd0a80ea61503881155e655e26969a45f4769e 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -172,6 +172,7 @@ namespace dart {
|
| V(Timeline_getThreadCpuClock, 0) \
|
| V(Timeline_isDartStreamEnabled, 0) \
|
| V(Timeline_reportCompleteEvent, 5) \
|
| + V(Timeline_reportFlowEvent, 7) \
|
| V(Timeline_reportInstantEvent, 4) \
|
| V(Timeline_reportTaskEvent, 6) \
|
| V(TypedData_Int8Array_new, 2) \
|
|
|