Index: runtime/vm/bootstrap_natives.h |
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h |
index 41cec49dca38fa174c2d953c4b1daeae86b2bfd8..c4e6ea91a5002523685a0ff64d2eecec1931664c 100644 |
--- a/runtime/vm/bootstrap_natives.h |
+++ b/runtime/vm/bootstrap_natives.h |
@@ -348,6 +348,11 @@ namespace dart { |
V(WeakProperty_setValue, 2) \ |
V(Uri_isWindowsPlatform, 0) \ |
V(LibraryPrefix_load, 1) \ |
+ V(UserTag_new, 2) \ |
+ V(UserTag_label, 1) \ |
+ V(UserTag_makeCurrent, 1) \ |
+ V(Profiler_getCurrentTag, 0) \ |
+ V(Profiler_clearCurrentTag, 0) \ |
class BootstrapNatives : public AllStatic { |