Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3c79ffefbb7c83a14fea8d00a7f28405af0ed152
https://github.com/WebKit/WebKit/commit/3c79ffefbb7c83a14fea8d00a7f28405af0ed152
Author: Nikolas Zimmermann <[email protected]>
Date: 2025-10-08 (Wed, 08 Oct 2025)
Changed paths:
M Source/WebCore/html/HTMLMediaElement.cpp
Log Message:
-----------
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