Index: samples/clock/web/balls.dart |
diff --git a/samples/clock/web/balls.dart b/samples/clock/web/balls.dart |
index d497c6dcd2cf1730e1e44d395e48225367bf2efd..acbad5415a3ad241ff4476edd15709860efdcd65 100644 |
--- a/samples/clock/web/balls.dart |
+++ b/samples/clock/web/balls.dart |
@@ -31,7 +31,7 @@ class Balls { |
List<Ball> balls; |
Balls() : |
- lastTime = new Date.now().millisecondsSinceEpoch, |
+ lastTime = new DateTime.now().millisecondsSinceEpoch, |
balls = new List<Ball>() { |
root = new DivElement(); |
document.body.nodes.add(root); |