diff options
Diffstat (limited to 'components/script/dom/webidls/DOMParser.webidl')
-rw-r--r-- | components/script/dom/webidls/DOMParser.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/DOMParser.webidl b/components/script/dom/webidls/DOMParser.webidl index 2cb50530627..e8ce5f6915b 100644 --- a/components/script/dom/webidls/DOMParser.webidl +++ b/components/script/dom/webidls/DOMParser.webidl @@ -3,7 +3,7 @@ * You can obtain one at http://mozilla.org/MPL/2.0/. * * The origin of this IDL file is - * http://domparsing.spec.whatwg.org/#the-domparser-interface + * https://domparsing.spec.whatwg.org/#the-domparser-interface */ enum SupportedType { |