Bug 274114 - Fix remaining required uses of RefPtr rather than Ref in the bindings
Summary: Fix remaining required uses of RefPtr rather than Ref in the bindings
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-05-13 13:39 PDT by Sam Weinig
Modified: 2024-05-24 08:29 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2024-05-13 13:39:27 PDT
IDL unions should use Ref rather than RepPtr for interfaces
Comment 1 Radar WebKit Bug Importer 2024-05-20 13:40:32 PDT
<rdar://problem/128416184>
Comment 2 Sam Weinig 2024-05-21 10:41:23 PDT
Expanding the scope of this to all remaining uses, as just fixing unions turned out to be more challenging than just fixing them all.
Comment 3 Sam Weinig 2024-05-21 11:18:04 PDT
Pull request: https://github.com/WebKit/WebKit/pull/28860
Comment 4 Sam Weinig 2024-05-24 08:29:40 PDT
Pull request: https://github.com/WebKit/WebKit/pull/29056