aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/RTCPeerConnectionIceEvent.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/RTCPeerConnectionIceEvent.webidl')
-rw-r--r--components/script/dom/webidls/RTCPeerConnectionIceEvent.webidl4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/webidls/RTCPeerConnectionIceEvent.webidl b/components/script/dom/webidls/RTCPeerConnectionIceEvent.webidl
index 0d2c2b72879..2ffd69cea50 100644
--- a/components/script/dom/webidls/RTCPeerConnectionIceEvent.webidl
+++ b/components/script/dom/webidls/RTCPeerConnectionIceEvent.webidl
@@ -4,9 +4,9 @@
// https://w3c.github.io/webrtc-pc/#rtcpeerconnectioniceevent
-[Constructor(DOMString type, optional RTCPeerConnectionIceEventInit eventInitDict = {}),
- Exposed=Window, Pref="dom.webrtc.enabled"]
+[Exposed=Window, Pref="dom.webrtc.enabled"]
interface RTCPeerConnectionIceEvent : Event {
+ [Throws] constructor(DOMString type, optional RTCPeerConnectionIceEventInit eventInitDict = {});
readonly attribute RTCIceCandidate? candidate;
readonly attribute DOMString? url;
};