Bug 246057 - Allow generated serialization of nested classes
Summary: Allow generated serialization of nested classes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-10-04 17:41 PDT by Alex Christensen
Modified: 2022-10-04 23:01 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 Alex Christensen 2022-10-04 17:41:05 PDT
They can't be forward declared, but they don't need to be if they are only serialized by their containing class.
Comment 1 Radar WebKit Bug Importer 2022-10-04 17:41:29 PDT
<rdar://problem/100788834>
Comment 2 Alex Christensen 2022-10-04 17:42:15 PDT
Pull request: https://github.com/WebKit/WebKit/pull/5009
Comment 3 EWS 2022-10-04 23:01:18 PDT
Committed 255154@main (58c21888e821): <https://commits.webkit.org/255154@main>

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