Bug 267332

Summary: Variadic params to callback aren't handled correctly
Product: WebKit Reporter: Luke Warlow <lwarlow>
Component: WebCore Misc.Assignee: Luke Warlow <lwarlow>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 266630    

Luke Warlow
Reported 2024-01-10 05:55:02 PST
An IDL of "callback FooBarCallback = DOMString (DOMString input, any... arguments);" is treated the same as "callback FooBarCallback = DOMString (DOMString input, any arguments);" WebKit's IDL code generator should handle variadic params to callbacks.
Attachments
Luke Warlow
Comment 1 2024-01-10 07:18:36 PST
EWS
Comment 2 2024-01-10 12:10:04 PST
Committed 272855@main (fcfe0a54117d): <https://commits.webkit.org/272855@main> Reviewed commits have been landed. Closing PR #22584 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2024-01-10 12:11:13 PST
Note You need to log in before you can comment on or make changes to this bug.