Index: runtime/vm/bootstrap_natives.h |
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h |
index 31b800c2b072b9a0dd594a87d9b2df4b5ed58a4a..9af91fdee5b2b7270ffc5a4eb579346e4928cfa3 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(Timline_isDartStreamEnabled, 0) \ |
V(Timeline_reportCompleteEvent, 5) \ |
V(Timeline_reportInstantEvent, 4) \ |
V(Timeline_reportTaskEvent, 6) \ |