Bug 248174 - Making AlternativeTextType an enum class with EnumTraits and serialize it instead of casting to/from an int32_t.
Summary: Making AlternativeTextType an enum class with EnumTraits and serialize it ins...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Angela
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-11-21 07:59 PST by Angela
Modified: 2022-12-04 12:39 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Angela 2022-11-21 07:59:59 PST
Making AlternativeTextType an enum class with EnumTraits and serialize it instead of casting to/from an int32_t. Prevents from assertion failure in void _NSWindowSetFrameIvar
Comment 1 Angela 2022-11-21 10:32:35 PST
<rdar://problem/102309622>
Comment 2 Angela 2022-11-21 10:33:25 PST
Pull request: https://github.com/WebKit/WebKit/pull/6705
Comment 3 EWS 2022-12-04 12:39:49 PST
Committed 257360@main (d84ac58bd76d): <https://commits.webkit.org/257360@main>

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