Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4ffe073bf2491dd993a0d7dea6c9249dbd439955
https://github.com/WebKit/WebKit/commit/4ffe073bf2491dd993a0d7dea6c9249dbd439955
Author: Simon Pena <[email protected]>
Date: 2025-05-21 (Wed, 21 May 2025)
Changed paths:
M Source/WebKit/Shared/WebEvent.h
M Source/WebKit/Shared/WebTouchEvent.h
Log Message:
-----------
[WPE] Fix build with -Werror=free-nonheap-object
https://bugs.webkit.org/show_bug.cgi?id=293122
Reviewed by Philippe Normand and Wenson Hsieh.
Move the WebTouchEvent virtual destructor to the base class to fix a WPE
build error on debug configuration with -Werror=free-nonheap-object.
* Source/WebKit/Shared/WebEvent.h: added default virtual destructor.
* Source/WebKit/Shared/WebTouchEvent.h:
(WebKit::WebTouchEvent::~WebTouchEvent): Deleted.
Canonical link: https://commits.webkit.org/295202@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