Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a0bd20aa040dba91a4f6782ae72729e1755940b1
https://github.com/WebKit/WebKit/commit/a0bd20aa040dba91a4f6782ae72729e1755940b1
Author: Ruthvik Konda <[email protected]>
Date: 2026-04-08 (Wed, 08 Apr 2026)
Changed paths:
M Source/WebKit/Shared/WebGPU/WebGPUBindGroupEntry.cpp
Log Message:
-----------
Use protect() instead of Ref { } in Source/WebKit/Shared/WebGPU
https://bugs.webkit.org/show_bug.cgi?id=311679
rdar://174268996
Reviewed by Mike Wyrzykowski and Charlie Wolfe.
Mechanical migration from Ref { expr } to protect(expr) in WebKit's shared
WebGPU serialization layer, aligning with the codebase-wide transition away
from brace-initialized smart pointer temporaries.
No new tests needed (no behavioral change, style-only refactor).
* Source/WebKit/Shared/WebGPU/WebGPUBindGroupEntry.cpp:
(WebKit::WebGPU::ConvertToBackingContext::convertToBacking):
Canonical link: https://commits.webkit.org/310794@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications