Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 705a5c1d285aaf23034c47a7a15a91e91491e4f8
      
https://github.com/WebKit/WebKit/commit/705a5c1d285aaf23034c47a7a15a91e91491e4f8
  Author: Ruthvik Konda <[email protected]>
  Date:   2026-04-23 (Thu, 23 Apr 2026)

  Changed paths:
    M Source/WebCore/platform/graphics/cv/GraphicsContextGLCVCocoa.mm

  Log Message:
  -----------
  Use protect() instead of RetainPtr { } in WebGL code
https://bugs.webkit.org/show_bug.cgi?id=313072
rdar://175377643

Reviewed by Ryosuke Niwa.

Mechanical migration from RetainPtr { expr } to protect(expr) in WebGL's
CoreVideo integration code. CFString has an IsCFType trait so protect()
works here, returning RetainPtr<CFStringRef>.

No new tests needed (no behavioral change, style-only refactor).

* Source/WebCore/platform/graphics/cv/GraphicsContextGLCVCocoa.mm:
(WebCore::GraphicsContextGLCVCocoa::copyPixelBufferToTexture):

Canonical link: https://commits.webkit.org/311859@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to