diff options
Diffstat (limited to 'components/script/dom/webidls/RTCErrorEvent.webidl')
-rw-r--r-- | components/script/dom/webidls/RTCErrorEvent.webidl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/webidls/RTCErrorEvent.webidl b/components/script/dom/webidls/RTCErrorEvent.webidl index 1f215d39374..9433fc6f579 100644 --- a/components/script/dom/webidls/RTCErrorEvent.webidl +++ b/components/script/dom/webidls/RTCErrorEvent.webidl @@ -2,7 +2,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ - // https://www.w3.org/TR/webrtc/#rtcerrorevent-interface +// https://w3c.github.io/webrtc-pc/#dom-rtcerrorevent [Exposed=Window] interface RTCErrorEvent : Event { @@ -12,4 +12,4 @@ interface RTCErrorEvent : Event { dictionary RTCErrorEventInit : EventInit { required RTCError error; -};
\ No newline at end of file +}; |