Bug 183447 - [GLib] RunLoop::wakeUp(): use a zero value instead of the monotonic time
Summary: [GLib] RunLoop::wakeUp(): use a zero value instead of the monotonic time
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zan Dobersek
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-03-08 04:24 PST by Zan Dobersek
Modified: 2018-03-08 09:21 PST (History)
8 users (show)

See Also:


Attachments
Patch (1.30 KB, patch)
2018-03-08 04:26 PST, Zan Dobersek
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2018-03-08 04:24:30 PST
[GLib] RunLoop::wakeUp(): use a zero value instead of the monotonic time
Comment 1 Zan Dobersek 2018-03-08 04:26:26 PST
Created attachment 335290 [details]
Patch
Comment 2 Zan Dobersek 2018-03-08 05:00:33 PST
Comment on attachment 335290 [details]
Patch

Clearing flags on attachment: 335290

Committed r229406: <https://trac.webkit.org/changeset/229406>
Comment 3 Zan Dobersek 2018-03-08 05:00:37 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2018-03-08 05:01:15 PST
<rdar://problem/38258672>
Comment 5 Michael Catanzaro 2018-03-08 09:21:02 PST
Using 0 is worthwhile to do anyway, for readability and robustness.