| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 38a92debd0905f32363dc98256d1908eccd37c53..d52c4d36e2da2491f723ccf717a88f81cf6cc5f1 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -154,6 +154,8 @@ namespace dart {
|
| V(AbstractClassInstantiationError_throwNew, 2) \
|
| V(Stopwatch_now, 0) \
|
| V(Stopwatch_frequency, 0) \
|
| + V(Timeline_getTraceClock, 0) \
|
| + V(Timeline_reportCompleteEvent, 5) \
|
| V(TypedData_Int8Array_new, 1) \
|
| V(TypedData_Uint8Array_new, 1) \
|
| V(TypedData_Uint8ClampedArray_new, 1) \
|
|
|