Branch: refs/heads/webkitglib/2.54
Home: https://github.com/WebKit/WebKit
Commit: 730c85824c28f17cad8e51242abd10eac71e64e7
https://github.com/WebKit/WebKit/commit/730c85824c28f17cad8e51242abd10eac71e64e7
Author: Adrian Perez de Castro <[email protected]>
Date: 2026-08-06 (Thu, 06 Aug 2026)
Changed paths:
M Source/WTF/wtf/RefCountedWithInlineWeakPtr.h
Log Message:
-----------
Cherry-pick 318698@main (95940264e6c2).
https://bugs.webkit.org/show_bug.cgi?id=318247
Unreviewed backport.
[GTK][WPE] Build failure with GCC 15: -Werror=uninitialized on m_weakCount
read after ~T() in RefCountedWithInlineWeakPtr
https://bugs.webkit.org/show_bug.cgi?id=318247
Reviewed by Carlos Garcia Campos.
* Source/WTF/wtf/RefCountedWithInlineWeakPtr.h: Fix the GCC builds by
surrounding the offendind code with IGNORE_GCC_WARNINGS_{BEGIN,END},
leaving a proper fix for later.
Canonical link: https://commits.webkit.org/318698@main
Canonical link: https://commits.webkit.org/317695.65@webkitglib/2.54
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications