| Index: runtime/vm/bootstrap_natives.h
 | 
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
 | 
| index 20861868410d2a2422d3abe271ac5b5e039e60ee..1260f7cd426ac4d85bff9b4909105224ac7753f8 100644
 | 
| --- a/runtime/vm/bootstrap_natives.h
 | 
| +++ b/runtime/vm/bootstrap_natives.h
 | 
| @@ -159,7 +159,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)                                                     \
 | 
| 
 |