Index: runtime/vm/bootstrap_natives.h |
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h |
index 9e6e5074159ffcc61a238bd83883b423bd67f6db..e416b7fdd4d76dcd221679d3ceda7f12236db917 100644 |
--- a/runtime/vm/bootstrap_natives.h |
+++ b/runtime/vm/bootstrap_natives.h |
@@ -155,8 +155,10 @@ namespace dart { |
V(AbstractClassInstantiationError_throwNew, 2) \ |
V(Stopwatch_now, 0) \ |
V(Stopwatch_frequency, 0) \ |
+ V(Timeline_getNextAsyncId, 0) \ |
V(Timeline_getTraceClock, 0) \ |
V(Timeline_reportCompleteEvent, 5) \ |
+ V(Timeline_reportTaskEvent, 6) \ |
V(TypedData_Int8Array_new, 1) \ |
V(TypedData_Uint8Array_new, 1) \ |
V(TypedData_Uint8ClampedArray_new, 1) \ |