| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 38a92debd0905f32363dc98256d1908eccd37c53..d2adc942d57aea87535d3018ab4160fe7ce783a9 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -149,6 +149,7 @@ namespace dart {
|
| V(DateNatives_timeZoneOffsetInSeconds, 1) \
|
| V(DateNatives_localTimeZoneAdjustmentInSeconds, 0) \
|
| V(AssertionError_throwNew, 2) \
|
| + V(Zone_rethrow, 2) \
|
| V(TypeError_throwNew, 5) \
|
| V(FallThroughError_throwNew, 1) \
|
| V(AbstractClassInstantiationError_throwNew, 2) \
|
|
|