Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0352520f0b33a4719ed185c1f4bd04f76cee1e59
      
https://github.com/WebKit/WebKit/commit/0352520f0b33a4719ed185c1f4bd04f76cee1e59
  Author: Youenn Fablet <you...@apple.com>
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
    M Source/WebKit/WebProcess/Network/webrtc/LibWebRTCNetwork.cpp
    M Source/WebKit/WebProcess/Network/webrtc/LibWebRTCNetwork.h
    M Source/WebKit/WebProcess/Network/webrtc/LibWebRTCNetwork.messages.in
    M Source/WebKit/WebProcess/Network/webrtc/LibWebRTCSocket.cpp
    M Source/WebKit/WebProcess/Network/webrtc/LibWebRTCSocket.h

  Log Message:
  -----------
  LibWebRTCNetwork::SignalSentPacket rtcPacketID should be an int64_t
rdar://125506988
https://bugs.webkit.org/show_bug.cgi?id=272449

Reviewed by Chris Dumez.

rtc::SentPacket packet_id is an int64_t, as well as rtc::PacketOptions 
packet_id.
We were using int to pass this value through IPC.
We are now correctly using int64_t.

* Source/WebKit/WebProcess/Network/webrtc/LibWebRTCNetwork.cpp:
(WebKit::LibWebRTCNetwork::signalSentPacket):
* Source/WebKit/WebProcess/Network/webrtc/LibWebRTCNetwork.h:
* Source/WebKit/WebProcess/Network/webrtc/LibWebRTCNetwork.messages.in:
* Source/WebKit/WebProcess/Network/webrtc/LibWebRTCSocket.cpp:
(WebKit::LibWebRTCSocket::signalSentPacket):
* Source/WebKit/WebProcess/Network/webrtc/LibWebRTCSocket.h:

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



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

Reply via email to