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. |