[webkit-changes] [WebKit/WebKit] 6908c5: [Regression at 289122@main] [WebGPU] WebGPU is crashi...
mwyrzykowski
noreply at github.com
Tue Jan 21 14:07:29 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6908c56357a4f94a8738983faf8897ccc80e60ac
https://github.com/WebKit/WebKit/commit/6908c56357a4f94a8738983faf8897ccc80e60ac
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2025-01-21 (Tue, 21 Jan 2025)
Changed paths:
M Source/WebKit/WebProcess/GPU/graphics/WebGPU/RemoteQueueProxy.cpp
Log Message:
-----------
[Regression at 289122@main] [WebGPU] WebGPU is crashing in workers
https://bugs.webkit.org/show_bug.cgi?id=286302
rdar://143325202
Reviewed by Tadeu Zagallo.
Ensure WebProcess::singleton().ensureProtectedGPUProcessConnection()->protectedVideoFrameObjectHeapProxy() is
called on the main thread, otherwise we will encounter a thread assertion and crash
the web content process.
* Source/WebKit/WebProcess/GPU/graphics/WebGPU/RemoteQueueProxy.cpp:
(WebKit::WebGPU::RemoteQueueProxy::RemoteQueueProxy):
Canonical link: https://commits.webkit.org/289202@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