mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Issue #9561 continued - renamed *_thread_source to *_task_source in global.rs and related files
This commit is contained in:
parent
61f09cce4e
commit
c6dfd7e2fa
6 changed files with 19 additions and 19 deletions
|
@ -154,7 +154,7 @@ impl Storage {
|
|||
let global_root = self.global();
|
||||
let global_ref = global_root.r();
|
||||
let main_script_chan = global_ref.as_window().main_thread_script_chan();
|
||||
let script_chan = global_ref.dom_manipulation_thread_source();
|
||||
let script_chan = global_ref.dom_manipulation_task_source();
|
||||
let trusted_storage = Trusted::new(self, script_chan);
|
||||
main_script_chan.send(MainThreadScriptMsg::MainThreadRunnableMsg(
|
||||
box StorageEventRunnable::new(trusted_storage, key, old_value, new_value))).unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue