mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
webidl: remove VoidFunction from RTCPeerConnection.webidl, missing in Issue #3063 since upstream removed WebRTC. (originally as part of bug 1324169)
This commit is contained in:
parent
38f14f9adc
commit
c576ac1792
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
callback RTCSessionDescriptionCallback = void (RTCSessionDescription sdp);
|
||||
callback RTCPeerConnectionErrorCallback = void (DOMError error);
|
||||
callback VoidFunction = void ();
|
||||
callback RTCStatsCallback = void (RTCStatsReport report);
|
||||
|
||||
enum RTCSignalingState {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue