Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 426a76f95544f3b396e5bd765202585fa36662df
      
https://github.com/WebKit/WebKit/commit/426a76f95544f3b396e5bd765202585fa36662df
  Author: Ryosuke Niwa <[email protected]>
  Date:   2026-02-21 (Sat, 21 Feb 2026)

  Changed paths:
    M Source/WebCore/Modules/WebGPU/GPUCommandEncoder.h
    M 
Source/WebCore/Modules/WebGPU/Implementation/WebGPUConvertToBackingContext.cpp
    M Source/WebCore/Modules/webaudio/AudioContext.h
    M Source/WebCore/Modules/webcodecs/WebCodecsVideoFrameAlgorithms.h
    M Source/WebCore/page/DOMWindowExtension.cpp
    M Source/WebCore/page/LocalFrameViewLayoutContext.h
    M Source/WebCore/page/Page.cpp
    M Source/WebCore/page/ViewportConfiguration.cpp
    M Source/WebCore/rendering/RenderBlock.cpp
    M Source/WebCore/rendering/RenderBlock.h
    M Source/WebCore/rendering/RenderMarquee.cpp
    M Source/WebCore/rendering/RenderMarquee.h

  Log Message:
  -----------
  Remove NODELETE annotations from WebCore functions as mandated by bots
https://bugs.webkit.org/show_bug.cgi?id=308383

Reviewed by Anne van Kesteren.

Removed NODELETE annotations from WebCore functions for which NoDeleteChecker 
emits warnings
since we fixed the false negatives by rolling out a newer version of clang in 
307871@main.

Some of these functions look "trivial". We should investigate & fix trivial 
function analysis
but that's for another time.

No new tests since there should be no behavioral changes.

* Source/WebCore/Modules/WebGPU/GPUCommandEncoder.h:
* 
Source/WebCore/Modules/WebGPU/Implementation/WebGPUConvertToBackingContext.cpp:
(WebCore::WebGPU::compare):
* Source/WebCore/Modules/webaudio/AudioContext.h:
* Source/WebCore/Modules/webcodecs/WebCodecsVideoFrameAlgorithms.h:
* Source/WebCore/dom/Document.h:
* Source/WebCore/page/DOMWindowExtension.cpp:
(WebCore::DOMWindowExtension::frame const):
* Source/WebCore/page/LocalFrameViewLayoutContext.h:
* Source/WebCore/page/Page.cpp:
(WebCore::Page::setConsoleMessageListenerForTesting):
(WebCore::Page::setMainFrameURLFragment):
* Source/WebCore/page/ViewportConfiguration.cpp:
(WebCore::ignoreViewportArgumentsToAvoidEnlargedView):
* Source/WebCore/rendering/RenderBlock.cpp:
(WebCore::OutOfFlowDescendantsMap::positionedRenderers const):
* Source/WebCore/rendering/RenderBlock.h:
* Source/WebCore/rendering/RenderMarquee.cpp:
(WebCore::RenderMarquee::isHorizontal const):
* Source/WebCore/rendering/RenderMarquee.h:

Canonical link: https://commits.webkit.org/307985@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to