Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c009a15164a466be24747b7c052d7b5259287455
      
https://github.com/WebKit/WebKit/commit/c009a15164a466be24747b7c052d7b5259287455
  Author: Matt Woodrow <[email protected]>
  Date:   2024-11-03 (Sun, 03 Nov 2024)

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

  Log Message:
  -----------
  RemoteLayerTreeDrawingAreaProxy::connectionForIdentifier asserts when the web 
process has gone away.
https://bugs.webkit.org/show_bug.cgi?id=282522
rdar://139175100>

Reviewed by Charlie Wolfe.

This can be called from async callbacks outside of WebKit, we can't assert the
state of the web process at that time.

* Source/WebKit/UIProcess/RemoteLayerTree/RemoteLayerTreeDrawingAreaProxy.h:
* Source/WebKit/UIProcess/RemoteLayerTree/RemoteLayerTreeDrawingAreaProxy.mm:
(WebKit::RemoteLayerTreeDrawingAreaProxy::connectionForIdentifier):
(WebKit::RemoteLayerTreeDrawingAreaProxy::acceleratedAnimationDidStart):
(WebKit::RemoteLayerTreeDrawingAreaProxy::acceleratedAnimationDidEnd):

Canonical link: https://commits.webkit.org/286069@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