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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Luke Warlow
Pull request: https://github.com/WebKit/WebKit/pull/22584
EWS
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
<rdar://problem/120800405>