| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index a681cd6c6b42e0dbe1b2b1e8950b17a019e97560..8fa219250cf0cf632cfcbda70ca2c1833ab74c52 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -100,8 +100,6 @@ 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) \
|
|
|