| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 03393de0e1f92d0da0eedf9849ea83fbd987658a..899acc011ae0fa49f187cbbbdc265e85128b5ca0 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -151,6 +151,7 @@ namespace dart {
|
| V(DateNatives_localTimeZoneAdjustmentInSeconds, 0) \
|
| V(AssertionError_throwNew, 2) \
|
| V(Async_rethrow, 2) \
|
| + V(StackTrace_current, 0) \
|
| V(TypeError_throwNew, 5) \
|
| V(FallThroughError_throwNew, 1) \
|
| V(AbstractClassInstantiationError_throwNew, 2) \
|
|
|