Branch: refs/heads/webkitglib/2.50
  Home:   https://github.com/WebKit/WebKit
  Commit: edc91dabd16cfc11b3cbc2f05751213136504ef3
      
https://github.com/WebKit/WebKit/commit/edc91dabd16cfc11b3cbc2f05751213136504ef3
  Author: Ryosuke Niwa <[email protected]>
  Date:   2025-09-23 (Tue, 23 Sep 2025)

  Changed paths:
    A 
LayoutTests/http/tests/lockdown-mode/media-element-is-suspended-crash-expected.txt
    A LayoutTests/http/tests/lockdown-mode/media-element-is-suspended-crash.html
    M Source/WebCore/html/HTMLMediaElement.cpp

  Log Message:
  -----------
  Cherry-pick 300070@main (598af3159ad4). 
https://bugs.webkit.org/show_bug.cgi?id=298998

    Assertion failure in HTMLMediaElement::isSuspended()
    https://bugs.webkit.org/show_bug.cgi?id=298998

    Reviewed by Chris Dumez.

    The assertion failure was caused because this function was getting called 
between the time when
    active DOM objects are stopped in Document::commonTeardown and when the 
document is destroyed.

    Fixed the assertion by allowing this specific situation.

    Test: http/tests/lockdown-mode/media-element-is-suspended-crash.html

    * 
LayoutTests/http/tests/lockdown-mode/media-element-is-suspended-crash-expected.txt:
 Added.
    * 
LayoutTests/http/tests/lockdown-mode/media-element-is-suspended-crash.html: 
Added.
    * Source/WebCore/html/HTMLMediaElement.cpp:
    (WebCore::HTMLMediaElement::isSuspended const):

    Canonical link: https://commits.webkit.org/300070@main

Canonical link: https://commits.webkit.org/298234.146@webkitglib/2.50



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

Reply via email to