mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
fix: omitted the let
bindings (#31908)
This commit is contained in:
parent
da76ebabe9
commit
ff95ce5abd
9 changed files with 20 additions and 26 deletions
|
@ -783,7 +783,7 @@ impl WindowMethods for Window {
|
|||
// which calls into https://html.spec.whatwg.org/multipage/#discard-a-document.
|
||||
window.discard_browsing_context();
|
||||
|
||||
let _ = window.send_to_constellation(ScriptMsg::DiscardTopLevelBrowsingContext);
|
||||
window.send_to_constellation(ScriptMsg::DiscardTopLevelBrowsingContext);
|
||||
}
|
||||
});
|
||||
self.task_manager()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue