Bug 170392 - Share implementation of JSRunLoopTimer::timerDidFire
Summary: Share implementation of JSRunLoopTimer::timerDidFire
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2017-04-02 10:23 PDT by Carlos Garcia Campos
Modified: 2017-04-02 22:41 PDT (History)
8 users (show)

See Also:


Attachments
Patch (4.66 KB, patch)
2017-04-02 10:26 PDT, Carlos Garcia Campos
mcatanzaro: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2017-04-02 10:23:51 PDT
The code is cross-platform but it's duplicated in CF and GLib implementations, it could be shared instead.
Comment 1 Carlos Garcia Campos 2017-04-02 10:26:53 PDT
Created attachment 306056 [details]
Patch
Comment 2 Carlos Garcia Campos 2017-04-02 22:41:40 PDT
Committed r214732: <http://trac.webkit.org/changeset/214732>