Chromium Code Reviews

Unified Diff: sdk/lib/_internal/compiler/implementation/ssa/tracer.dart

Issue 11770004: Rename Date to DateTime. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: sdk/lib/_internal/compiler/implementation/ssa/tracer.dart
diff --git a/sdk/lib/_internal/compiler/implementation/ssa/tracer.dart b/sdk/lib/_internal/compiler/implementation/ssa/tracer.dart
index 0b468401e7c478c048da8490cffce32c0da5e807..56da7e4187e197cf0f166c504ef6cb335aa5d0ff 100644
--- a/sdk/lib/_internal/compiler/implementation/ssa/tracer.dart
+++ b/sdk/lib/_internal/compiler/implementation/ssa/tracer.dart
@@ -37,7 +37,7 @@ class HTracer extends HGraphVisitor implements Tracer {
tag("compilation", () {
printProperty("name", methodName);
printProperty("method", methodName);
- printProperty("date", new Date.now().millisecondsSinceEpoch);
+ printProperty("date", new DateTime.now().millisecondsSinceEpoch);
});
}

Powered by Google App Engine