mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Remove unused recycle argument from Document::unload
This commit is contained in:
parent
be206f3e5f
commit
6c458b04d2
3 changed files with 4 additions and 4 deletions
|
@ -2083,7 +2083,7 @@ impl ScriptThread {
|
|||
fn handle_unload_document(&self, pipeline_id: PipelineId) {
|
||||
let document = self.documents.borrow().find_document(pipeline_id);
|
||||
if let Some(document) = document {
|
||||
document.unload(false, false);
|
||||
document.unload(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue