[webkit-changes] [WebKit/WebKit] a35bae: Cherry-pick 287989 at main (aba282581bdd). https://bu...
Przemyslaw Gorszkowski
noreply at github.com
Fri Jan 10 09:36:22 PST 2025
Branch: refs/heads/webkitglib/2.46
Home: https://github.com/WebKit/WebKit
Commit: a35baeb9f5169ff6ce2eb729da848abe824f879f
https://github.com/WebKit/WebKit/commit/a35baeb9f5169ff6ce2eb729da848abe824f879f
Author: Przemyslaw Gorszkowski <pgorszkowski at igalia.com>
Date: 2025-01-10 (Fri, 10 Jan 2025)
Changed paths:
M Source/WebCore/loader/MediaResourceLoader.cpp
Log Message:
-----------
Cherry-pick 287989 at main (aba282581bdd). https://bugs.webkit.org/show_bug.cgi?id=284814
[DEBUG] ASSERTION FAILED: m_associatedResources.isEmptyIgnoringNullReferences().
https://bugs.webkit.org/show_bug.cgi?id=284814
Reviewed by Philippe Normand.
With debug build, when we do a seek during playing the regular video(mp4)
and WPE_SHELL_DISABLE_MEDIA_DISK_CACHE=1 there is an assert:
ASSERTION FAILED: m_associatedResources.isEmptyIgnoringNullReferences().
To solve it, we need to remove MediaResource from the associated resources
on destruction of MediaResouce.
* Source/WebCore/loader/MediaResourceLoader.cpp:
(WebCore::MediaResource::~MediaResource):
Canonical link: https://commits.webkit.org/287989@main
Canonical link: https://commits.webkit.org/282416.383@webkitglib/2.46
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