| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 89a107669ded32e36fbee9ce362e6bd69da1371b..6e1a7f2fd73ca873e6acb30fd9d55c2647730ad1 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_asyncStackTraceHelper, 0) \
|
| + V(StackTrace_clearAsyncThreadStackTrace, 0) \
|
| + V(StackTrace_setAsyncThreadStackTrace, 1) \
|
| V(StackTrace_current, 0) \
|
| V(TypeError_throwNew, 5) \
|
| V(FallThroughError_throwNew, 1) \
|
|
|