Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6219b7641d97dbfaf8aba256bc39227758a05c5b
      
https://github.com/WebKit/WebKit/commit/6219b7641d97dbfaf8aba256bc39227758a05c5b
  Author: Philippe Normand <[email protected]>
  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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to