Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(201)

Unified Diff: runtime/lib/date.dart

Issue 9692068: Fixed some static type warnings in vm core libraries (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Removed byte_array.dart changes - test failed Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/lib/immutable_map.dart » ('j') | runtime/lib/integers.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | runtime/lib/immutable_map.dart » ('j') | runtime/lib/integers.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698