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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 2984603002: Special-case Timeline.{start,finish}Sync for Fuchsia (Closed)
Patch Set: . 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 1b01501b04306b3c5b6a2f1a2c8b558447d37ad7..c1d78ed28abe3fcd01018de727a0d69185c0011b 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -171,6 +171,7 @@ namespace dart {
V(Timeline_getTraceClock, 0) \
V(Timeline_getThreadCpuClock, 0) \
V(Timeline_isDartStreamEnabled, 0) \
+ V(Timeline_reportBeginEvent, 1) \
V(Timeline_reportCompleteEvent, 5) \
V(Timeline_reportInstantEvent, 4) \
V(Timeline_reportTaskEvent, 6) \

Powered by Google App Engine
This is Rietveld 408576698