[Webkit-unassigned] [Bug 272512] New: sequence<T> should map to Ref<T>, not RefPtr<T>
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 11 01:26:46 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=272512
Bug ID: 272512
Summary: sequence<T> should map to Ref<T>, not RefPtr<T>
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Bindings
Assignee: webkit-unassigned at lists.webkit.org
Reporter: annevk at annevk.nl
CC: cdumez at apple.com
Created attachment 470860
--> https://bugs.webkit.org/attachment.cgi?id=470860&action=review
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240411/c7390657/attachment.htm>
More information about the webkit-unassigned
mailing list