diff --git a/components/script/dom/htmlimageelement.rs b/components/script/dom/htmlimageelement.rs index eddd777ef46..1ea375098ba 100644 --- a/components/script/dom/htmlimageelement.rs +++ b/components/script/dom/htmlimageelement.rs @@ -920,7 +920,7 @@ impl HTMLImageElement { } } - /// Step 2-2.2 of https://html.spec.whatwg.org/multipage/embedded-content.html#dom-img-decode + /// Step 2-2.2 of fn decode_image_data_sync(&self, promise: &Rc) { let document = document_from_node(self); let window = document.window();