mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update document constructor spec link.
This commit is contained in:
parent
eb916f2903
commit
103fa0246d
1 changed files with 1 additions and 1 deletions
|
@ -2046,7 +2046,7 @@ impl Document {
|
|||
}
|
||||
}
|
||||
|
||||
// https://dom.spec.whatwg.org/#dom-document
|
||||
// https://dom.spec.whatwg.org/#dom-document-document
|
||||
pub fn Constructor(window: &Window) -> Fallible<Root<Document>> {
|
||||
let doc = window.Document();
|
||||
let docloader = DocumentLoader::new(&*doc.loader());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue