Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 8f1522c3ad10b76dd549119dee88c87f9b267888 https://github.com/WebKit/WebKit/commit/8f1522c3ad10b76dd549119dee88c87f9b267888 Author: Sam Weinig <s...@webkit.org> Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths: M Source/WebCore/css/CSSProperty.h M Source/WebCore/css/StyleProperties.h M Source/WebCore/style/PropertyCascade.cpp Log Message: ----------- Free the m_inherited bit in StylePropertyMetadata by converting clients to using isInheritedProperty() function https://bugs.webkit.org/show_bug.cgi?id=287109 Reviewed by Antti Koivisto and Darin Adler. Free up a bit on StylePropertyMetadata by switching single user of the bit to use the lookup function `isInheritedProperty()` instead. * Source/WebCore/css/CSSProperty.h: * Source/WebCore/css/StyleProperties.h: * Source/WebCore/style/PropertyCascade.cpp: Canonical link: https://commits.webkit.org/289942@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