Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(443)

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 2985253002: [corelib] dart:developer timeline flow events (Closed)
Patch Set: More cleanup Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) \

Powered by Google App Engine
This is Rietveld 408576698