fix: omitted the let bindings (#31908)

This commit is contained in:
Azhar Ismagulova 2024-03-27 20:22:51 +00:00 committed by GitHub
parent da76ebabe9
commit ff95ce5abd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 20 additions and 26 deletions

View file

@ -1869,7 +1869,7 @@ impl HTMLInputElement {
let (chan, recv) = ipc::channel(self.global().time_profiler_chan().clone())
.expect("Error initializing channel");
let msg = FileManagerThreadMsg::SelectFiles(filter, chan, origin, opt_test_paths);
let _ = resource_threads
resource_threads
.send(CoreResourceMsg::ToFileManager(msg))
.unwrap();
@ -1896,7 +1896,7 @@ impl HTMLInputElement {
let (chan, recv) = ipc::channel(self.global().time_profiler_chan().clone())
.expect("Error initializing channel");
let msg = FileManagerThreadMsg::SelectFile(filter, chan, origin, opt_test_path);
let _ = resource_threads
resource_threads
.send(CoreResourceMsg::ToFileManager(msg))
.unwrap();
@ -2582,7 +2582,7 @@ impl VirtualMethods for HTMLInputElement {
{
if event.IsTrusted() {
let window = window_from_node(self);
let _ = window
window
.task_manager()
.user_interaction_task_source()
.queue_event(