| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index b3063fea76c71d2fbf90bbe3774420cb393fd5ee..03393de0e1f92d0da0eedf9849ea83fbd987658a 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -160,6 +160,7 @@ namespace dart {
|
| V(Timeline_getNextAsyncId, 0) \
|
| V(Timeline_getTraceClock, 0) \
|
| V(Timeline_reportCompleteEvent, 5) \
|
| + V(Timeline_reportInstantEvent, 4) \
|
| V(Timeline_reportTaskEvent, 6) \
|
| V(TypedData_Int8Array_new, 1) \
|
| V(TypedData_Uint8Array_new, 1) \
|
|
|