[webkit-changes] [WebKit/WebKit] 4a1eed: REGRESSION(282580 at main): Static assertions failing...
Michael Catanzaro
noreply at github.com
Thu Oct 31 05:09:00 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4a1eed35f9f2c4fc4fd40f5fd70f134b51728924
https://github.com/WebKit/WebKit/commit/4a1eed35f9f2c4fc4fd40f5fd70f134b51728924
Author: Michael Catanzaro <mcatanzaro at redhat.com>
Date: 2024-10-31 (Thu, 31 Oct 2024)
Changed paths:
M Source/WebCore/css/calc/CSSCalcTree.h
M Source/WebCore/platform/calc/CalculationTree.h
Log Message:
-----------
REGRESSION(282580 at main): Static assertions failing in CalculationTree.h and CSSCalcTree.h on i686
https://bugs.webkit.org/show_bug.cgi?id=282288
Reviewed by Sam Weinig.
The assertions incorrectly expect the size of the Child variants to be
larger than they actually are. This should be fine because presumably
the goal of the assertions is just to ensure the variants are small.
* Source/WebCore/css/calc/CSSCalcTree.h:
* Source/WebCore/platform/calc/CalculationTree.h:
Canonical link: https://commits.webkit.org/285946@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list