diff options
Diffstat (limited to 'components/script/document_loader.rs')
-rw-r--r-- | components/script/document_loader.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/document_loader.rs b/components/script/document_loader.rs index c6c33fc1a5d..b702c6b30ed 100644 --- a/components/script/document_loader.rs +++ b/components/script/document_loader.rs @@ -120,6 +120,7 @@ impl DocumentLoader { } } + /// Add a load to the list of blocking loads. pub fn add_blocking_load(&mut self, load: LoadType) { self.blocking_loads.push(load); } |