[webkit-changes] [WebKit/WebKit] d3c2c8: REGRESSION(262749 at main) [GraphicsLayerWC] WCConten...

Fujii Hironori noreply at github.com
Sat Apr 8 15:12:02 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d3c2c894de79fc44199e1ec91ae0e1f4c6904a4f
      https://github.com/WebKit/WebKit/commit/d3c2c894de79fc44199e1ec91ae0e1f4c6904a4f
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2023-04-08 (Sat, 08 Apr 2023)

  Changed paths:
    M Source/WebKit/GPUProcess/graphics/wc/WCContentBuffer.h
    M Source/WebKit/Shared/wc/WCContentBufferIdentifier.h

  Log Message:
  -----------
  REGRESSION(262749 at main) [GraphicsLayerWC] WCContentBufferIdentifier should use ObjectIdentifierThreadSafeAccessTraits
https://bugs.webkit.org/show_bug.cgi?id=255195

Unreviewed crash fix.

After 262749 at main (bug#254873) added an assertion checking the thread
is the main thread to generateIdentifierInternal, WinCairo was
crashing for WebGL tests.

* Source/WebKit/GPUProcess/graphics/wc/WCContentBuffer.h:
Use WCContentBufferIdentifier::generateThreadSafe.
* Source/WebKit/Shared/wc/WCContentBufferIdentifier.h:
Use ObjectIdentifierThreadSafeAccessTraits.

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




More information about the webkit-changes mailing list