Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 125f2aee60071b541d7f700ca8d5f0f7a449d9bc https://github.com/WebKit/WebKit/commit/125f2aee60071b541d7f700ca8d5f0f7a449d9bc Author: Jean-Yves Avenard <j...@apple.com> Date: 2024-10-11 (Fri, 11 Oct 2024)
Changed paths: M Source/WebCore/platform/graphics/cocoa/WebCoreDecompressionSession.mm Log Message: ----------- WebCoreDecompressionSession: ASSERTION FAILED: m_promise https://bugs.webkit.org/show_bug.cgi?id=281285 rdar://137735570 Reviewed by Youenn Fablet. When decoding VP8 through the WebCoreDecompressionSession, the output callback may get called more than once. As a temporary measure, we ignore following calls so that the NativePromise producer is only ever resolved once. Test will be added in webkit.org/b/281106. * Source/WebCore/platform/graphics/cocoa/WebCoreDecompressionSession.mm: (WebCore::WebCoreDecompressionSession::decodeSample): Canonical link: https://commits.webkit.org/285016@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