RESOLVED FIXED313405
Use protect() instead of RefPtr { } in ServiceWorkerGlobalScope, XMLHttpRequest, XSLTProcessorLibxslt, XMLDocumentParserLibxml2
https://bugs.webkit.org/show_bug.cgi?id=313405
Summary Use protect() instead of RefPtr { } in ServiceWorkerGlobalScope, XMLHttpReque...
jlee53
Reported 2026-04-27 01:52:14 PDT
Use protect(foo) instead of RefPtr {foo } to align with WebKit's transition from brace-initialized smart pointer temporaries.
Attachments
Radar WebKit Bug Importer
Comment 1 2026-04-27 01:52:58 PDT
jlee53
Comment 2 2026-04-27 01:56:05 PDT
EWS
Comment 3 2026-04-27 11:25:42 PDT
Committed 312117@main (f9b3622aca49): <https://commits.webkit.org/312117@main> Reviewed commits have been landed. Closing PR #63676 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.