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

Unified Diff: samples/clock/web/clock.dart

Issue 27441002: Removing setImmediate and hiding WindowTimers interface (take 2) (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: The fix Created 7 years, 2 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | samples/clock/web/numbers.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/clock/web/clock.dart
diff --git a/samples/clock/web/clock.dart b/samples/clock/web/clock.dart
index d265262b8e42329a3b1956eb43d6783a93c55051..c526fe643a5b2293a6424a082453fa29013c19b7 100644
--- a/samples/clock/web/clock.dart
+++ b/samples/clock/web/clock.dart
@@ -4,6 +4,7 @@
library clock;
+import 'dart:async';
import 'dart:html';
import 'dart:math';
« no previous file with comments | « no previous file | samples/clock/web/numbers.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698