Bug 183447

Summary: [GLib] RunLoop::wakeUp(): use a zero value instead of the monotonic time
Product: WebKit Reporter: Zan Dobersek <zan>
Component: New BugsAssignee: Zan Dobersek <zan>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cdumez, cgarcia, cmarcelo, dbates, ews-watchlist, mcatanzaro, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.