Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bebb85b88f9207a1a0c8e0ad34e40b87450e9595
https://github.com/WebKit/WebKit/commit/bebb85b88f9207a1a0c8e0ad34e40b87450e9595
Author: Chris Dumez <[email protected]>
Date: 2026-03-29 (Sun, 29 Mar 2026)
Changed paths:
M Source/WebCore/html/HTMLTableRowsCollection.cpp
Log Message:
-----------
Reversed ASSERT_ENABLED check in assertRowIsInTable()
https://bugs.webkit.org/show_bug.cgi?id=311023
Reviewed by Anne van Kesteren.
This was clearly inverted. When ASSERT_ENABLED is true (debug builds),
the function is a no-op via UNUSED_PARAM. When ASSERT_ENABLED is false
(release builds), the ASSERT macros are present but compile to nothing.
The assertions never execute in any build configuration.
* Source/WebCore/html/HTMLTableRowsCollection.cpp:
(WebCore::assertRowIsInTable):
Canonical link: https://commits.webkit.org/310191@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications