Branch: refs/heads/webkitglib/2.50
Home: https://github.com/WebKit/WebKit
Commit: 84fb745f2dec1b1f6417ee6059e76a60f6a4f96b
https://github.com/WebKit/WebKit/commit/84fb745f2dec1b1f6417ee6059e76a60f6a4f96b
Author: Nikolas Zimmermann <[email protected]>
Date: 2025-10-09 (Thu, 09 Oct 2025)
Changed paths:
M Source/WebCore/html/HTMLMediaElement.cpp
Log Message:
-----------
Cherry-pick 301219@main (3c79ffefbb7c).
https://bugs.webkit.org/show_bug.cgi?id=300393
HTMLMediaElement: Fix two uninitialized member variables
https://bugs.webkit.org/show_bug.cgi?id=300393
Reviewed by Alicia Boya Garcia.
m_buffering / m_stalled were missing in the initializer list.
Initialize them to false -- ideally the whole variable initialization
should move to the header where those variables are declared.
Covered by e.g.
imported/w3c/web-platform-tests/media-source/mediasource-append-buffer.html.
* Source/WebCore/html/HTMLMediaElement.cpp:
Canonical link: https://commits.webkit.org/301219@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes