| Index: lib/compiler/implementation/ssa/tracer.dart
|
| diff --git a/lib/compiler/implementation/ssa/tracer.dart b/lib/compiler/implementation/ssa/tracer.dart
|
| index 9ee5d3a57783d07a647ba3768e0dc750233ab466..e57315fc8624e0da187bc168bf28d40ee2fb4569 100644
|
| --- a/lib/compiler/implementation/ssa/tracer.dart
|
| +++ b/lib/compiler/implementation/ssa/tracer.dart
|
| @@ -27,7 +27,7 @@ class HTracer extends HGraphVisitor implements Tracer {
|
| tag("compilation", () {
|
| printProperty("name", methodName);
|
| printProperty("method", methodName);
|
| - printProperty("date", new Date.now().value);
|
| + printProperty("date", new Date.now().millisecondsSinceEpoch);
|
| });
|
| }
|
|
|
|
|