Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WebGPU] popErrorScope causes an IPC assertion #9584

Commits on Feb 17, 2023

  1. [WebGPU] popErrorScope causes an IPC assertion

    https://bugs.webkit.org/show_bug.cgi?id=251666
    <radar://104993240>
    
    Reviewed by Myles C. Maxfield.
    
    GPUDevice.popErrorScope is supposed to be asynchronous, so use sendWithAsyncReply
    instead of sendSync.
    
    * Source/WebKit/GPUProcess/graphics/WebGPU/RemoteDevice.messages.in:
    * Source/WebKit/WebProcess/GPU/graphics/WebGPU/RemoteDeviceProxy.cpp:
    (WebKit::WebGPU::RemoteDeviceProxy::popErrorScope):
    * Source/WebKit/WebProcess/GPU/graphics/WebGPU/RemoteDeviceProxy.h:
    
    Canonical link: https://commits.webkit.org/260413@main
    mwyrzykowski committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    d5a1264 View commit details
    Browse the repository at this point in the history