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