mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Properly implement TaskSource for NetworkingTaskSource
This commit is contained in:
parent
d99d26cf1f
commit
72cb856e31
15 changed files with 89 additions and 69 deletions
|
@ -267,7 +267,7 @@ impl Window {
|
|||
self.user_interaction_task_source.clone()
|
||||
}
|
||||
|
||||
pub fn networking_task_source(&self) -> Box<ScriptChan + Send> {
|
||||
pub fn networking_task_source(&self) -> NetworkingTaskSource {
|
||||
self.networking_task_source.clone()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue