| Index: runtime/lib/date.dart
|
| diff --git a/runtime/lib/date.dart b/runtime/lib/date.dart
|
| index 21f95e7f7b0064aa02dcbf94910648def2a7ed4f..6b89dfd70d5d329a8324cc258ea7e6c3e03a0abd 100644
|
| --- a/runtime/lib/date.dart
|
| +++ b/runtime/lib/date.dart
|
| @@ -37,7 +37,7 @@ class DateImplementation implements Date {
|
| int minutes,
|
| int seconds,
|
| int milliseconds,
|
| - TimeZoneImplementation timeZone)
|
| + TimeZone timeZone)
|
| : timeZone = timeZone,
|
| value = _brokenDownDateToMillisecondsSinceEpoch(
|
| years, month, day, hours, minutes, seconds, milliseconds,
|
|
|