Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5eb98d539133cd63b29693c7475dd51195d9655d
https://github.com/WebKit/WebKit/commit/5eb98d539133cd63b29693c7475dd51195d9655d
Author: Zak Ridouh <[email protected]>
Date: 2026-04-18 (Sat, 18 Apr 2026)
Changed paths:
M Source/WebKit/GPUProcess/graphics/RemoteRenderingBackend.cpp
Log Message:
-----------
[GPUP] Improve worker thread assertions in RemoteRenderingBackend
https://bugs.webkit.org/show_bug.cgi?id=312510
rdar://174950627
Reviewed by Vitor Roriz.
Replace ASSERT(!RunLoop::isMain()) with assertIsCurrent(workQueue()) in
RemoteRenderingBackend cache methods and releaseMemory, matching the
stricter assertion already used in the filter caching path since 309995@main
* Source/WebKit/GPUProcess/graphics/RemoteRenderingBackend.cpp:
(WebKit::RemoteRenderingBackend::cacheNativeImage):
(WebKit::RemoteRenderingBackend::cacheFont):
(WebKit::RemoteRenderingBackend::cacheFontCustomPlatformData):
(WebKit::RemoteRenderingBackend::releaseMemory):
Canonical link: https://commits.webkit.org/311529@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications