WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
272512
sequence<T> should map to Ref<T>, not RefPtr<T>
https://bugs.webkit.org/show_bug.cgi?id=272512
Summary
sequence<T> should map to Ref<T>, not RefPtr<T>
Anne van Kesteren
Reported
2024-04-11 01:26:46 PDT
Created
attachment 470860
[details]
wip Because if T were null it would have been rejected by the binding layer. I attached a set of changes based on a suggestion from Sam Weinig, but I got stuck on GPUPipelineLayoutDescriptor.idl which already uses Ref somehow for a required dictionary argument.
Attachments
wip
(14.62 KB, patch)
2024-04-11 01:26 PDT
,
Anne van Kesteren
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-04-13 10:08:50 PDT
<
rdar://problem/126411685
>
Sam Weinig
Comment 2
2024-04-13 10:10:11 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/27221
EWS
Comment 3
2024-04-15 14:35:54 PDT
Committed
277512@main
(40f801186693): <
https://commits.webkit.org/277512@main
> Reviewed commits have been landed. Closing PR #27221 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug