RESOLVED FIXED290913
Introduce OS(ANDROID) to simplify preprocessor guards
https://bugs.webkit.org/show_bug.cgi?id=290913
Summary Introduce OS(ANDROID) to simplify preprocessor guards
Adrian Perez
Reported 2025-04-02 04:59:01 PDT
We would like to simplify the “defined(__ANDROID__) || defined(ANDROID)” in a few code locations to simply be “OS(ANDROID)”. This is in preparation for a couple more of small patches I am planning to submit upstream.
Attachments
Adrian Perez
Comment 1 2025-04-02 05:02:55 PDT
EWS
Comment 2 2025-04-02 06:19:17 PDT
Committed 293096@main (3ec9f41e1809): <https://commits.webkit.org/293096@main> Reviewed commits have been landed. Closing PR #43460 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2025-04-02 06:20:14 PDT
Note You need to log in before you can comment on or make changes to this bug.