Bug 290913
| Summary: | Introduce OS(ANDROID) to simplify preprocessor guards | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adrian Perez <aperez> |
| Component: | Platform | Assignee: | Adrian Perez <aperez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | cklim4101, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 290210, 290921 | ||
Adrian Perez
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adrian Perez
Pull request: https://github.com/WebKit/WebKit/pull/43460
EWS
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
<rdar://problem/148425854>