Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: f3e5d6b69ad501285424a689232b997844fe40f9 https://github.com/WebKit/WebKit/commit/f3e5d6b69ad501285424a689232b997844fe40f9 Author: Chris Dumez <cdu...@apple.com> Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths: M Source/WebKit/GPUProcess/graphics/WebGPU/RemoteQueue.cpp Log Message: ----------- (Regression@277025@main) WebGPU crashes on loading https://webgpu.github.io/webgpu-samples/?sample=rotatingCube https://bugs.webkit.org/show_bug.cgi?id=272141 rdar://125892519 Reviewed by Mike Wyrzykowski. There are 2 writeBuffer overloads, one taking a const pointer and the other taking in non-const pointer. In 277025@main, I made a very subtle mistake and we started calling the wrong one. I'm fixing it in this patch. * Source/WebKit/GPUProcess/graphics/WebGPU/RemoteQueue.cpp: (WebKit::RemoteQueue::writeBuffer): Canonical link: https://commits.webkit.org/277061@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes