Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 2b1e2b76fea87ccf79927989f66a4e3541cfacf4 https://github.com/WebKit/WebKit/commit/2b1e2b76fea87ccf79927989f66a4e3541cfacf4 Author: Adrian Taylor <adrian_tay...@apple.com> Date: 2025-08-13 (Wed, 13 Aug 2025)
Changed paths: M Source/WTF/wtf/Assertions.h Log Message: ----------- WTF assertions need to use C compliant assembly https://bugs.webkit.org/show_bug.cgi?id=297265 rdar://157617570 Reviewed by Yusuke Suzuki, Mark Lam, and Elliott Williams. Moves from asm to __asm__ for parts of this file which may be used in non-C++ contexts where GNU extensions are not enabled. * Source/WTF/wtf/Assertions.h: Canonical link: https://commits.webkit.org/298649@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes