Index: mojo/dart/embedder/builtin.dart |
diff --git a/mojo/dart/embedder/builtin.dart b/mojo/dart/embedder/builtin.dart |
index 2ad9c1535cd8a92641f27b1d0f8c67113a8ef47c..59d0e391520cb7ff87e9f1f8cbc299758fe0b60e 100644 |
--- a/mojo/dart/embedder/builtin.dart |
+++ b/mojo/dart/embedder/builtin.dart |
@@ -37,6 +37,7 @@ _getUriBaseClosure() => _uriBase; |
_setupHooks() { |
VMLibraryHooks.eventHandlerSendData = MojoHandleWatcher.timer; |
+ VMLibraryHooks.timerMillisecondClock = MojoCoreNatives.timerMillisecondClock; |
} |
String _rawCwd; |