Bug 257482 - [GLib] Remove accidental dependency on GLib 2.70
Summary: [GLib] Remove accidental dependency on GLib 2.70
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Patrick Griffis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-30 06:56 PDT by Michael Catanzaro
Modified: 2023-05-30 13:33 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2023-05-30 06:56:25 PDT
g_spawn_check_wait_status(), used in 264196@main, is not available until GLib 2.70. We should use g_spawn_check_exit_status() instead, which does the same thing but with a worse name.
Comment 1 Patrick Griffis 2023-05-30 12:00:44 PDT
Pull request: https://github.com/WebKit/WebKit/pull/14498
Comment 2 EWS 2023-05-30 13:33:42 PDT
Committed 264694@main (3f0a21271a6f): <https://commits.webkit.org/264694@main>

Reviewed commits have been landed. Closing PR #14498 and removing active labels.