Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 75634cb2ab7ff6df0579cb1dedf3a55f9d3f9ee2
https://github.com/WebKit/WebKit/commit/75634cb2ab7ff6df0579cb1dedf3a55f9d3f9ee2
Author: Wenson Hsieh <[email protected]>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M Source/WebCore/Modules/model-element/HTMLModelElement.h
M Source/WebCore/css/CSSImageSetOptionValue.h
M Source/WebCore/dom/ViewTransition.h
M Source/WebCore/page/Frame.h
M Source/WebCore/rendering/RenderLayer.cpp
M
Source/WebKit/Shared/EntryPointUtilities/Cocoa/XPCService/XPCServiceMain.mm
M Source/WebKit/UIProcess/API/APINavigation.h
M Source/WebKit/WebProcess/WebPage/WebPage.h
Log Message:
-----------
Remove several erroneous NODELETE annotations that could destroy ref-counted
objects
https://bugs.webkit.org/show_bug.cgi?id=308652
Reviewed by Abrar Rahman Protyasha.
These following methods all have the potential to delete ref-counted objects on
the heap, due to
mutating ref-counted member variables.
* Source/WebCore/css/CSSImageSetOptionValue.h:
* Source/WebCore/dom/ViewTransition.h:
* Source/WebCore/page/Frame.h:
* Source/WebCore/rendering/RenderLayer.cpp:
(WebCore::ClipRectsCache::setClipRects):
* Source/WebKit/Shared/EntryPointUtilities/Cocoa/XPCService/XPCServiceMain.mm:
(WebKit::stageOverrideLanguagesForMainThread):
* Source/WebKit/UIProcess/API/APINavigation.h:
* Source/WebKit/WebProcess/WebPage/WebPage.h:
Canonical link: https://commits.webkit.org/308232@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications