mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Implement file reading task source
And remove superfluous FileReaderEvent enum
This commit is contained in:
parent
2aef518ce6
commit
aa5f34fcd9
6 changed files with 96 additions and 62 deletions
|
@ -302,7 +302,7 @@ impl Window {
|
|||
self.history_traversal_task_source.clone()
|
||||
}
|
||||
|
||||
pub fn file_reading_task_source(&self) -> Box<ScriptChan + Send> {
|
||||
pub fn file_reading_task_source(&self) -> FileReadingTaskSource {
|
||||
self.file_reading_task_source.clone()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue