Chromium Code Reviews| Index: samples/solar/solar.dart |
| diff --git a/samples/solar/solar.dart b/samples/solar/solar.dart |
| index c0b13f12ada59282ed1f2fdc85d83240473238a6..e0859aa05d23bf9ffaf131d5cbf869861f9fe474 100644 |
| --- a/samples/solar/solar.dart |
| +++ b/samples/solar/solar.dart |
| @@ -119,7 +119,7 @@ class SolarSystem { |
| } |
| void draw(num _) { |
| - num time = new Date.now().millisecondsSinceEpoch; |
| + num time = new DateTime.now().millisecondsSinceEpoch; |
| if (renderTime != null) { |
| showFps((1000 / (time - renderTime)).round()); |