| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index 315ce85bf5980862074d5560443d5fe1e79bfe10..eb497f16d1a32e32cd1e8fd907fcf9dcc093490b 100644
|
| --- a/runtime/vm/bootstrap_natives.h
|
| +++ b/runtime/vm/bootstrap_natives.h
|
| @@ -145,7 +145,7 @@ namespace dart {
|
| V(Random_setupSeed, 1) \
|
| V(Random_initialSeed, 0) \
|
| V(SecureRandom_getBytes, 1) \
|
| - V(DateNatives_currentTimeMillis, 0) \
|
| + V(DateNatives_currentTimeMicros, 0) \
|
| V(DateNatives_timeZoneName, 1) \
|
| V(DateNatives_timeZoneOffsetInSeconds, 1) \
|
| V(DateNatives_localTimeZoneAdjustmentInSeconds, 0) \
|
|
|