aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/RTCError.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/RTCError.webidl')
-rw-r--r--components/script/dom/webidls/RTCError.webidl4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/webidls/RTCError.webidl b/components/script/dom/webidls/RTCError.webidl
index 01929f0af5a..f398c450905 100644
--- a/components/script/dom/webidls/RTCError.webidl
+++ b/components/script/dom/webidls/RTCError.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/#dom-rtcerror
+// https://w3c.github.io/webrtc-pc/#dom-rtcerror
[Exposed=Window]
interface RTCError : DOMException {
@@ -32,4 +32,4 @@ enum RTCErrorDetailType {
"sdp-syntax-error",
"hardware-encoder-not-available",
"hardware-encoder-error"
-}; \ No newline at end of file
+};