Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e147cc2e73f0bc2c8057354508b45b8f6058ed59
      
https://github.com/WebKit/WebKit/commit/e147cc2e73f0bc2c8057354508b45b8f6058ed59
  Author: Pascoe <[email protected]>
  Date:   2024-04-23 (Tue, 23 Apr 2024)

  Changed paths:
    M Source/WebKit/UIProcess/RemoteLayerTree/RemoteLayerTreeDrawingAreaProxy.mm

  Log Message:
  -----------
  Fix crash when using Site Isolation debug overlay in debug build
https://bugs.webkit.org/show_bug.cgi?id=273142
rdar://126938019

Reviewed by Sihui Liu.

This lock was added https://bugs.webkit.org/show_bug.cgi?id=266026 but no 
lock/unlocking code
was added for debug overlays, which causes the lockIsHeld assertion to crash 
when using debug
overlays within a debug build. This patch fixes that by holding the lock for 
debug overlays.

* Source/WebKit/UIProcess/RemoteLayerTree/RemoteLayerTreeDrawingAreaProxy.mm:
(WebKit::RemoteLayerTreeDrawingAreaProxy::commitLayerTreeTransaction):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to