[webkit-changes] [WebKit/WebKit] 6219b7: [GCC] LTO link failure in RTCDataChannel
Philippe Normand
noreply at github.com
Thu Feb 20 02:04:54 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6219b7641d97dbfaf8aba256bc39227758a05c5b
https://github.com/WebKit/WebKit/commit/6219b7641d97dbfaf8aba256bc39227758a05c5b
Author: Philippe Normand <philn at igalia.com>
Date: 2025-02-20 (Thu, 20 Feb 2025)
Changed paths:
M Source/WebCore/Modules/mediastream/RTCDataChannel.cpp
M Source/WebCore/Modules/mediastream/RTCDataChannel.h
Log Message:
-----------
[GCC] LTO link failure in RTCDataChannel
https://bugs.webkit.org/show_bug.cgi?id=287969
Reviewed by Adrian Perez de Castro.
Add an empty virtual destructor to the RTCDataChannel class, so that gcc stops complaining at LTO
link time about missing resolution data for _ZTVN7WebCore14RTCDataChannelE.
* Source/WebCore/Modules/mediastream/RTCDataChannel.cpp:
(WebCore::RTCDataChannel::~RTCDataChannel):
* Source/WebCore/Modules/mediastream/RTCDataChannel.h:
Canonical link: https://commits.webkit.org/290697@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list