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

Unified Diff: sdk/lib/html/dartium/html_dartium.dart

Side-by-side diff isn't available for this file because of its large size.
Issue 12335120: Revert "Converting dart:html to use DateTime rather than Date." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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:
Download patch
« no previous file with comments | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/dartium/html_dartium.dart
diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
index f8977ea92135279f5391662b76fb360035b6342b..ae704df9a27d9ae2bea76a84c660a95139e785d0 100644
--- a/sdk/lib/html/dartium/html_dartium.dart
+++ b/sdk/lib/html/dartium/html_dartium.dart
@@ -11105,7 +11105,7 @@ class File extends Blob {
@DomName('File.lastModifiedDate')
@DocsEditable
- DateTime get lastModifiedDate native "File_lastModifiedDate_Getter";
+ Date get lastModifiedDate native "File_lastModifiedDate_Getter";
@DomName('File.name')
@DocsEditable
@@ -14613,11 +14613,11 @@ class InputElement extends _Element_Merged implements
@DomName('HTMLInputElement.valueAsDate')
@DocsEditable
- DateTime get valueAsDate native "HTMLInputElement_valueAsDate_Getter";
+ Date get valueAsDate native "HTMLInputElement_valueAsDate_Getter";
@DomName('HTMLInputElement.valueAsDate')
@DocsEditable
- void set valueAsDate(DateTime value) native "HTMLInputElement_valueAsDate_Setter";
+ void set valueAsDate(Date value) native "HTMLInputElement_valueAsDate_Setter";
@DomName('HTMLInputElement.valueAsNumber')
@DocsEditable
@@ -17910,7 +17910,7 @@ class Metadata extends NativeFieldWrapperClass1 {
@DomName('Metadata.modificationTime')
@DocsEditable
- DateTime get modificationTime native "Metadata_modificationTime_Getter";
+ Date get modificationTime native "Metadata_modificationTime_Getter";
@DomName('Metadata.size')
@DocsEditable
@@ -20991,7 +20991,7 @@ class RtcStatsElement extends NativeFieldWrapperClass1 {
@DomName('RTCStatsElement.timestamp')
@DocsEditable
- DateTime get timestamp native "RTCStatsElement_timestamp_Getter";
+ Date get timestamp native "RTCStatsElement_timestamp_Getter";
@DomName('RTCStatsElement.names')
@DocsEditable
« no previous file with comments | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698