Bug 231778 - [libpas] Use `enum { ... }` instead of `static const size_t` for constant values used for array size
Summary: [libpas] Use `enum { ... }` instead of `static const size_t` for constant val...
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: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-10-14 15:44 PDT by Yusuke Suzuki
Modified: 2021-10-14 15:53 PDT (History)
2 users (show)

See Also:


Attachments
Patch (4.99 KB, patch)
2021-10-14 15:46 PDT, Yusuke Suzuki
cdumez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2021-10-14 15:44:27 PDT
[libpas] Use `enum { ... }` instead of `static const size_t` for constant values used for array size
Comment 1 Yusuke Suzuki 2021-10-14 15:46:57 PDT
Created attachment 441296 [details]
Patch
Comment 2 Yusuke Suzuki 2021-10-14 15:52:53 PDT
Committed r284208 (243019@main): <https://commits.webkit.org/243019@main>
Comment 3 Radar WebKit Bug Importer 2021-10-14 15:53:17 PDT
<rdar://problem/84278351>