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

Unified Diff: runtime/lib/internal_patch.dart

Issue 1519563003: Use a monotonic clock in the implementation of Timer. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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: runtime/lib/internal_patch.dart
diff --git a/runtime/lib/internal_patch.dart b/runtime/lib/internal_patch.dart
index 8e955061138b462d53aeeb43b91db4e9ccd9c7f6..0989076ed4dc023132fb4b366051593bc2a0ad49 100644
--- a/runtime/lib/internal_patch.dart
+++ b/runtime/lib/internal_patch.dart
@@ -11,6 +11,8 @@ patch List makeFixedListUnmodifiable(List fixedLengthList)
class VMLibraryHooks {
// Example: "dart:isolate _Timer._factory"
static var timerFactory;
+ // Example: "dart:io _EventHandler._timerMillisecondClock"
zra 2015/12/10 22:53:46 Other than the call site, this is the only place i
rmacnak 2015/12/11 18:39:40 Added. Noting that eventHandlerSendData has a far
+ static var timerMillisecondClock;
// Example: "dart:io _EventHandler._sendData"
static var eventHandlerSendData;
// Implementation of Resource.readAsBytes.

Powered by Google App Engine
This is Rietveld 408576698