NEW141927
Move WebCore Timers into WTF
https://bugs.webkit.org/show_bug.cgi?id=141927
Summary Move WebCore Timers into WTF
Saam Barati
Reported 2015-02-23 14:57:58 PST
The need for this was driven by a JSC patch that would like to use timers but currently can't. This patch will solve that patch's problem as well as a few others: 1. JSC's GC uses a timer and recreates functionality already present in WebCore's Timer. 2. New JS features need access to timers and a run loop. (This should make JS promises work in pure JSC).
Attachments
Note You need to log in before you can comment on or make changes to this bug.