[webkit-changes] [WebKit/WebKit] 77e215: [WebGPU] RefPtr adoption in CommandEncoder::waitFo...

mwyrzykowski noreply at github.com
Fri Oct 18 10:06:55 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 77e2154e1fe276ceff5e4774ece1369e4785a6d4
      https://github.com/WebKit/WebKit/commit/77e2154e1fe276ceff5e4774ece1369e4785a6d4
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2024-10-18 (Fri, 18 Oct 2024)

  Changed paths:
    M Source/WebGPU/WebGPU/CommandEncoder.mm

  Log Message:
  -----------
  [WebGPU] RefPtr adoption in CommandEncoder::waitForCommandBufferCompletion
https://bugs.webkit.org/show_bug.cgi?id=281748

Reviewed by Tadeu Zagallo.

Need to hold a RefPtr prior to calling a member function
on a WeakPtr.

* Source/WebGPU/WebGPU/CommandEncoder.mm:
(WebGPU::CommandEncoder::waitForCommandBufferCompletion):

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



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


More information about the webkit-changes mailing list