mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +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
|
@ -936,7 +936,7 @@ impl ChangeEventRunnable {
|
|||
pub fn send(node: &Node) {
|
||||
let window = window_from_node(node);
|
||||
let window = window.r();
|
||||
let chan = window.user_interaction_thread_source();
|
||||
let chan = window.user_interaction_task_source();
|
||||
let handler = Trusted::new(node, chan.clone());
|
||||
let dispatcher = ChangeEventRunnable {
|
||||
element: handler,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue