Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4e49a9b8d49e5ff2513fb7798e286de349405dbd
https://github.com/WebKit/WebKit/commit/4e49a9b8d49e5ff2513fb7798e286de349405dbd
Author: Jer Noble <[email protected]>
Date: 2026-01-28 (Wed, 28 Jan 2026)
Changed paths:
M LayoutTests/platform/mac/TestExpectations
M Source/WebKit/GPUProcess/media/RemoteMediaResource.cpp
Log Message:
-----------
REGRESSION(306230@main): ASSERTION FAILED: queue.isCurrent()
/Volumes/Data/worker/macOS-Tahoe-Debug-Build-EWS/build/WebKitBuild/Debug/usr/local/include/wtf/FunctionDispatcher.
Reviewed by Jean-Yves Avenard.
PlatformMediaResource::shutdown() and PlatformMediaResource::setClient() are
declared to be thread-safe; so there's no reason to dispatch to the main
thread to call shutdown(), but the rest of the implementation must ensure
that it's called on the loader's dispatch queue.
Canonical link: https://commits.webkit.org/306357@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications