RESOLVED FIXED Bug 267332
Variadic params to callback aren't handled correctly
https://bugs.webkit.org/show_bug.cgi?id=267332
Summary Variadic params to callback aren't handled correctly
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.