aboutsummaryrefslogtreecommitdiff
path: root/webrtc/p2p/base/stunport.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/p2p/base/stunport.cc')
-rw-r--r--webrtc/p2p/base/stunport.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc/p2p/base/stunport.cc b/webrtc/p2p/base/stunport.cc
index 67cf789da8..8f37dd5218 100644
--- a/webrtc/p2p/base/stunport.cc
+++ b/webrtc/p2p/base/stunport.cc
@@ -340,7 +340,7 @@ void UDPPort::OnReadPacket(rtc::AsyncPacketSocket* socket,
void UDPPort::OnSentPacket(rtc::AsyncPacketSocket* socket,
const rtc::SentPacket& sent_packet) {
- Port::OnSentPacket(sent_packet);
+ PortInterface::SignalSentPacket(sent_packet);
}
void UDPPort::OnReadyToSend(rtc::AsyncPacketSocket* socket) {