diff options
Diffstat (limited to 'components/script/document_loader.rs')
-rw-r--r-- | components/script/document_loader.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/document_loader.rs b/components/script/document_loader.rs index 3be77d7e31b..122b732cd65 100644 --- a/components/script/document_loader.rs +++ b/components/script/document_loader.rs @@ -86,7 +86,7 @@ impl DocumentLoader { let initial_loads = initial_load.into_iter().map(LoadType::PageSource).collect(); DocumentLoader { - resource_threads: resource_threads, + resource_threads, blocking_loads: initial_loads, events_inhibited: false, cancellers: Vec::new(), |