mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fix doc link
Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
This commit is contained in:
parent
5daf5c55e3
commit
ea11e1593d
1 changed files with 1 additions and 1 deletions
|
@ -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 <https://html.spec.whatwg.org/multipage/#dom-img-decode>
|
||||
fn decode_image_data_sync(&self, promise: &Rc<Promise>) {
|
||||
let document = document_from_node(self);
|
||||
let window = document.window();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue