Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 69bfa592e8fceaa9e5696f423c0eb2b9499574b7
      
https://github.com/WebKit/WebKit/commit/69bfa592e8fceaa9e5696f423c0eb2b9499574b7
  Author: Ross Kirsling <[email protected]>
  Date:   2025-09-27 (Sat, 27 Sep 2025)

  Changed paths:
    M 
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedPlatformLayerBufferProxy.h
    M Source/WebCore/platform/network/curl/CurlRequest.h
    M 
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/AcceleratedSurface.cpp
    M 
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/CoordinatedSceneState.h

  Log Message:
  -----------
  Clang 21: Fix unnecessary-virtual-specifier and unused-private-field
https://bugs.webkit.org/show_bug.cgi?id=299661

Unreviewed. Fix two of the new warnings introduced in Clang 21:
1. virtual method '~Foo' is inside a 'final' class and can never be overridden
2. private field 'm_bar' is not used

* 
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedPlatformLayerBufferProxy.h:
* Source/WebCore/platform/network/curl/CurlRequest.h:
* Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/AcceleratedSurface.cpp:
* Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/CoordinatedSceneState.h:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to