| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index a1ce9e9bbaa22d3e1e280092980c640a27ea9b02..2650f450709865762c9f2f551bc22f6628faa018 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) \
|
|
|