mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Use FetchCanceller for document loads
This commit is contained in:
parent
78c8b4232f
commit
3900f5e616
11 changed files with 51 additions and 24 deletions
|
@ -1814,7 +1814,7 @@ impl Node {
|
|||
is_html_doc, None,
|
||||
None, DocumentActivity::Inactive,
|
||||
DocumentSource::NotFromParser, loader,
|
||||
None, None);
|
||||
None, None, Default::default());
|
||||
DomRoot::upcast::<Node>(document)
|
||||
},
|
||||
NodeTypeId::Element(..) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue