mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Issue #9561 Renamed *_thread_source to *_task_source and ThreadSource to TaskSource
This commit is contained in:
parent
3f74c07e20
commit
076cc409e6
8 changed files with 96 additions and 96 deletions
|
@ -83,7 +83,7 @@ impl ToggleEventRunnable {
|
|||
pub fn send(node: &HTMLDetailsElement, toggle_number: u32) {
|
||||
let window = window_from_node(node);
|
||||
let window = window.r();
|
||||
let chan = window.dom_manipulation_thread_source();
|
||||
let chan = window.dom_manipulation_task_source();
|
||||
let handler = Trusted::new(node, chan.clone());
|
||||
let dispatcher = ToggleEventRunnable {
|
||||
element: handler,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue