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

Unified Diff: pkg/scheduled_test/lib/src/schedule.dart

Issue 12342014: Remove deprecated ms arguments for Timer and Future. (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
Index: pkg/scheduled_test/lib/src/schedule.dart
diff --git a/pkg/scheduled_test/lib/src/schedule.dart b/pkg/scheduled_test/lib/src/schedule.dart
index ac601ea984e6bc140bf3571da80ae7544c2b0804..17ab86adfdba4f4363a4e41c5ea8f69dbfbeed3d 100644
--- a/pkg/scheduled_test/lib/src/schedule.dart
+++ b/pkg/scheduled_test/lib/src/schedule.dart
@@ -292,7 +292,7 @@ class Schedule {
/// The callback to run when the timeout timer fires. Notifies the current
/// queue that a timeout has occurred.
- void _signalTimeout(_) {
+ void _signalTimeout() {
// Reset the timer so that we can detect timeouts in the onException and
// onComplete queues.
_timeoutTimer = null;

Powered by Google App Engine
This is Rietveld 408576698