Bug 258604

Summary: Generated IPC decoders check the decode success twice
Product: WebKit Reporter: Kimmo Kinnunen <kkinnunen>
Component: WebKit2Assignee: Kimmo Kinnunen <kkinnunen>
Status: RESOLVED FIXED    
Severity: Normal CC: kkinnunen, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   

Description Kimmo Kinnunen 2023-06-27 22:49:51 PDT
Generated IPC decoders check the decode success twice
- Once by the type decoder function when checking for std::optional engagement
- Once by the IPC::Decoder when decoding the next value
Comment 1 Radar WebKit Bug Importer 2023-06-27 22:50:01 PDT
<rdar://problem/111434133>
Comment 2 Kimmo Kinnunen 2023-06-27 23:06:47 PDT
Pull request: https://github.com/WebKit/WebKit/pull/15357
Comment 3 EWS 2023-07-03 06:35:01 PDT
Committed 265717@main (6006aa6aa0f6): <https://commits.webkit.org/265717@main>

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