Index: runtime/vm/bootstrap_natives.h |
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h |
index 725af062cb621af56dd1d2f17882a595693d4251..590f8c3e8c1905460e4e336b4114013dff06851b 100644 |
--- a/runtime/vm/bootstrap_natives.h |
+++ b/runtime/vm/bootstrap_natives.h |
@@ -161,6 +161,9 @@ namespace dart { |
V(DateTime_localTimeZoneAdjustmentInSeconds, 0) \ |
V(AssertionError_throwNew, 3) \ |
V(Async_rethrow, 2) \ |
+ V(StackTrace_forAsyncMethod, 0) \ |
+ V(StackTrace_clearAsyncThreadStackTrace, 0) \ |
+ V(StackTrace_setAsyncThreadStackTrace, 1) \ |
V(StackTrace_current, 0) \ |
V(TypeError_throwNew, 5) \ |
V(FallThroughError_throwNew, 1) \ |