Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b64f79b00305bf580132d795c6cbd1d3a2ad8ae0
https://github.com/WebKit/WebKit/commit/b64f79b00305bf580132d795c6cbd1d3a2ad8ae0
Author: Fady Farag <[email protected]>
Date: 2026-07-28 (Tue, 28 Jul 2026)
Changed paths:
M Source/WebCore/SaferCPPExpectations/NoDeleteCheckerExpectations
M Source/WebCore/css/CSSFontFaceRule.cpp
M Source/WebCore/css/CSSPageRule.cpp
M Source/WebCore/css/CSSPositionTryRule.cpp
M Source/WebCore/css/PropertySetCSSDescriptors.h
Log Message:
-----------
Remove incorrect `NODELETE` annotation from
`PropertySetCSSDescriptors::reattach()`
https://bugs.webkit.org/show_bug.cgi?id=320417
rdar://183378247
Reviewed by Chris Dumez.
Drop `NODELETE` from a function that destroys objects since it is a lie.
* Source/WebCore/SaferCPPExpectations/NoDeleteCheckerExpectations:
* Source/WebCore/css/CSSFontFaceRule.cpp:
(WebCore::CSSFontFaceRule::reattach):
* Source/WebCore/css/CSSPageRule.cpp:
(WebCore::CSSPageRule::reattach):
* Source/WebCore/css/CSSPositionTryRule.cpp:
(WebCore::CSSPositionTryRule::reattach):
* Source/WebCore/css/PropertySetCSSDescriptors.h:
Canonical link: https://commits.webkit.org/318054@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications