| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 85402edd3e5d9cc524849fbd70d28727ef68c95a..332c7e24b336cd9ebe5c53f4a79c80aedead402d 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -92,10 +92,16 @@ namespace dart {
|
| V(MathNatives_random, 0) \
|
| V(MathNatives_parseInt, 1) \
|
| V(MathNatives_parseDouble, 1) \
|
| + V(DateNatives_brokenDownToSecondsSinceEpoch, 7) \
|
| V(DateNatives_currentTimeMillis, 0) \
|
| + V(DateNatives_getYear, 2) \
|
| + V(DateNatives_getMonth, 2) \
|
| + V(DateNatives_getDay, 2) \
|
| + V(DateNatives_getHours, 2) \
|
| + V(DateNatives_getMinutes, 2) \
|
| + V(DateNatives_getSeconds, 2) \
|
| V(DateNatives_timeZoneName, 1) \
|
| V(DateNatives_timeZoneOffsetInSeconds, 1) \
|
| - V(DateNatives_localTimeZoneAdjustmentInSeconds, 0) \
|
| V(AssertionError_throwNew, 2) \
|
| V(TypeError_throwNew, 5) \
|
| V(FallThroughError_throwNew, 1) \
|
|
|