Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5736c483c856068c12df07a8b668bee31ea59954
https://github.com/WebKit/WebKit/commit/5736c483c856068c12df07a8b668bee31ea59954
Author: Ross Kirsling <[email protected]>
Date: 2025-09-27 (Sat, 27 Sep 2025)
Changed paths:
M Source/WebCore/platform/network/curl/CurlRequest.cpp
M Source/WebCore/platform/network/curl/CurlRequest.h
M
Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/AcceleratedSurface.cpp
Log Message:
-----------
Fix Win build after 300637@main
https://bugs.webkit.org/show_bug.cgi?id=299662
Unreviewed build fix.
* Source/WebCore/platform/network/curl/CurlRequest.cpp:
* Source/WebCore/platform/network/curl/CurlRequest.h:
USE(CURL) was guarding `CurlRequest::~CurlRequest = default;` while not
guarding CurlRequest itself.
Evidently, Windows was okay with this when the destructor was marked virtual
(even though it's a final class),
but not okay without the `virtual`.
* Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/AcceleratedSurface.cpp:
(WebKit::AcceleratedSurface::SwapChain::createTarget const):
Apparently it's syntactically valid to dangle an UNUSED_PARAM inside a `switch`
block, but I still shouldn't've done so.
Canonical link: https://commits.webkit.org/300638@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