Chromium Code Reviews| Index: runtime/lib/internal_patch.dart |
| =================================================================== |
| --- runtime/lib/internal_patch.dart (revision 42617) |
| +++ runtime/lib/internal_patch.dart (working copy) |
| @@ -4,3 +4,7 @@ |
| patch List makeListFixedLength(List growableList) |
| native "Internal_makeListFixedLength"; |
| + |
| +// TODO(iposva): Move bulk of timer implementation into async. |
| +// Used by the message handler to run timers |
| +var runTimerClosure = null; |