Bug 274114
| Summary: | Fix remaining required uses of RefPtr rather than Ref in the bindings | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Weinig <sam> |
| Component: | Bindings | Assignee: | Sam Weinig <sam> |
| Status: | NEW | ||
| Severity: | Normal | CC: | cdumez, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 274729, 305410, 305412 | ||
| Bug Blocks: | |||
Sam Weinig
IDL unions should use Ref rather than RepPtr for interfaces
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/128416184>
Sam Weinig
Expanding the scope of this to all remaining uses, as just fixing unions turned out to be more challenging than just fixing them all.
Sam Weinig
Pull request: https://github.com/WebKit/WebKit/pull/28860
Sam Weinig
Pull request: https://github.com/WebKit/WebKit/pull/29056