diff options
Diffstat (limited to 'components/script/dom/webidls/DOMException.webidl')
-rw-r--r-- | components/script/dom/webidls/DOMException.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/DOMException.webidl b/components/script/dom/webidls/DOMException.webidl index 7347d2e76cc..da135df192f 100644 --- a/components/script/dom/webidls/DOMException.webidl +++ b/components/script/dom/webidls/DOMException.webidl @@ -4,7 +4,7 @@ * You can obtain one at http://mozilla.org/MPL/2.0/. * * The origin of this IDL file is: - * http://dom.spec.whatwg.org/#domexception + * https://dom.spec.whatwg.org/#domexception */ // XXXkhuey this is an 'exception', not an interface, but we don't have any |