aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/domparser.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/domparser.rs')
-rw-r--r--components/script/dom/domparser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/domparser.rs b/components/script/dom/domparser.rs
index 72190ccb1b6..b8e59316128 100644
--- a/components/script/dom/domparser.rs
+++ b/components/script/dom/domparser.rs
@@ -43,7 +43,7 @@ impl DOMParser {
}
impl<'a> DOMParserMethods for JSRef<'a, DOMParser> {
- // http://domparsing.spec.whatwg.org/#the-domparser-interface
+ // https://domparsing.spec.whatwg.org/#the-domparser-interface
fn ParseFromString(self,
s: DOMString,
ty: DOMParserBinding::SupportedType)