| Index: runtime/vm/bootstrap_natives.h | 
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h | 
| index 536299c65f9b70659732a3c4eb2d8f9341515713..d1f21d8ad3c232ab570a0d2aa4e02930d4ce2853 100644 | 
| --- a/runtime/vm/bootstrap_natives.h | 
| +++ b/runtime/vm/bootstrap_natives.h | 
| @@ -158,7 +158,7 @@ namespace dart { | 
| V(DateTime_timeZoneName, 1)                                                  \ | 
| V(DateTime_timeZoneOffsetInSeconds, 1)                                       \ | 
| V(DateTime_localTimeZoneAdjustmentInSeconds, 0)                              \ | 
| -  V(AssertionError_throwNew, 2)                                                \ | 
| +  V(AssertionError_throwNew, 3)                                                \ | 
| V(Async_rethrow, 2)                                                          \ | 
| V(StackTrace_current, 0)                                                     \ | 
| V(TypeError_throwNew, 5)                                                     \ | 
|  |