Branch: refs/heads/webkitglib/2.52
  Home:   https://github.com/WebKit/WebKit
  Commit: aa7a2f17c5b980e7d185d08640b4e4b43d22b27e
      
https://github.com/WebKit/WebKit/commit/aa7a2f17c5b980e7d185d08640b4e4b43d22b27e
  Author: Fady Farag <[email protected]>
  Date:   2026-08-14 (Fri, 14 Aug 2026)

  Changed paths:
    M Source/WebCore/dom/Document.cpp

  Log Message:
  -----------
  Cherry-pick 318966@main (78dfedf6e4f0). 
https://bugs.webkit.org/show_bug.cgi?id=321483

    Potential use-after-move in `Document::processCaptureStateDidChange()`
    https://bugs.webkit.org/show_bug.cgi?id=321483
    rdar://184571470

    Reviewed by Chris Dumez.

    ISO C++23 does not guarantee the initialization order of lambda captures.
    The lambda capture list here both used `isPageMutedCallback` and moved it,
    so the use and the move were unsequenced.

    * Source/WebCore/dom/Document.cpp:
    (WebCore::Document::processCaptureStateDidChange):

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

Canonical link: https://commits.webkit.org/305877.1092@webkitglib/2.52



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to