From c576ac17924aac7891eb0671e6362cc619b2db79 Mon Sep 17 00:00:00 2001 From: roytam1 Date: Wed, 23 Mar 2022 00:15:39 +0800 Subject: [PATCH] webidl: remove VoidFunction from RTCPeerConnection.webidl, missing in Issue #3063 since upstream removed WebRTC. (originally as part of bug 1324169) --- dom/webidl/RTCPeerConnection.webidl | 1 - 1 file changed, 1 deletion(-) diff --git a/dom/webidl/RTCPeerConnection.webidl b/dom/webidl/RTCPeerConnection.webidl index 510957056f..6fb4194c36 100644 --- a/dom/webidl/RTCPeerConnection.webidl +++ b/dom/webidl/RTCPeerConnection.webidl @@ -9,7 +9,6 @@ callback RTCSessionDescriptionCallback = void (RTCSessionDescription sdp); callback RTCPeerConnectionErrorCallback = void (DOMError error); -callback VoidFunction = void (); callback RTCStatsCallback = void (RTCStatsReport report); enum RTCSignalingState {