Chromium Code Reviews| Index: runtime/bin/common_patch.dart |
| diff --git a/runtime/bin/common_patch.dart b/runtime/bin/common_patch.dart |
| index d794cb63fecaeb29995b3115ea1637ecc6e0a8e1..feaf552696c25fa4afa0d2f7167e6168d534bafa 100644 |
| --- a/runtime/bin/common_patch.dart |
| +++ b/runtime/bin/common_patch.dart |
| @@ -9,4 +9,5 @@ patch class _IOCrypto { |
| _setupHooks() { |
| VMLibraryHooks.eventHandlerSendData = _EventHandler._sendData; |
| + VMLibraryHooks.timerMillisecondClock = _EventHandler._timerMillisecondClock; |
| } |