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

Unified Diff: tests/benchmark_smoke/benchmark_lib.dart

Issue 12218131: Combine window.setTimeout/setInterval with Timer and Timer.repeating. Also (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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 | « tests/benchmark_smoke/benchmark_base.dart ('k') | tests/html/async_window_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/benchmark_smoke/benchmark_lib.dart
diff --git a/tests/benchmark_smoke/benchmark_lib.dart b/tests/benchmark_smoke/benchmark_lib.dart
index 33233adc8ad68240ef2eb1dd602b8241a4685707..c8bb86de58fc364425b74eb0757de8d78e32a13a 100644
--- a/tests/benchmark_smoke/benchmark_lib.dart
+++ b/tests/benchmark_smoke/benchmark_lib.dart
@@ -5,6 +5,7 @@
library benchmark_lib;
import 'dart:html';
+import 'dart:async';
import 'dart:math' as Math;
import 'smoketest_lib.dart';
« no previous file with comments | « tests/benchmark_smoke/benchmark_base.dart ('k') | tests/html/async_window_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698