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

Unified Diff: dart/lib/isolate/timer.dart

Issue 11108007: Add warning for future maintainers of Timer. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/lib/isolate/timer.dart
diff --git a/dart/lib/isolate/timer.dart b/dart/lib/isolate/timer.dart
index 6449d0be4092707dc75e71f21c1ab5c032486cf7..8684de73170fcea61ce6438bfdf5cff3bcc5fd2c 100644
--- a/dart/lib/isolate/timer.dart
+++ b/dart/lib/isolate/timer.dart
@@ -42,6 +42,8 @@ class _TimerFactory {
static _TimerFactoryClosure _factory;
}
+// TODO(ahe): Warning: this is NOT called by Dartium. Instead, it sets
+// [_TimerFactory._factory] directly.
void _setTimerFactoryClosure(_TimerFactoryClosure closure) {
_TimerFactory._factory = closure;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698