| Index: runtime/vm/bootstrap_natives.h | 
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h | 
| index 8fa219250cf0cf632cfcbda70ca2c1833ab74c52..a681cd6c6b42e0dbe1b2b1e8950b17a019e97560 100644 | 
| --- a/runtime/vm/bootstrap_natives.h | 
| +++ b/runtime/vm/bootstrap_natives.h | 
| @@ -100,6 +100,8 @@ namespace dart { | 
| V(DateNatives_getHours, 2)                                                   \ | 
| V(DateNatives_getMinutes, 2)                                                 \ | 
| V(DateNatives_getSeconds, 2)                                                 \ | 
| +  V(DateNatives_timeZoneName, 1)                                               \ | 
| +  V(DateNatives_timeZoneOffsetInSeconds, 1)                                    \ | 
| V(AssertionError_throwNew, 2)                                                \ | 
| V(TypeError_throwNew, 5)                                                     \ | 
| V(FallThroughError_throwNew, 1)                                              \ | 
|  |