Index: runtime/bin/eventhandler_patch.dart |
diff --git a/runtime/bin/eventhandler_patch.dart b/runtime/bin/eventhandler_patch.dart |
index 3dcce2da0e43f180c3d411db0c22dadfc278e4be..d92271b331b99821c28207daf90f9a6265c90df4 100644 |
--- a/runtime/bin/eventhandler_patch.dart |
+++ b/runtime/bin/eventhandler_patch.dart |
@@ -9,5 +9,8 @@ patch class _EventHandler { |
SendPort sendPort, |
int data) |
native "EventHandler_SendData"; |
+ |
+ static int _timerMillisecondClock() |
+ native "EventHandler_TimerMillisecondClock"; |
} |