mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
parent
ab17d31bbf
commit
71a05a9c39
103 changed files with 103 additions and 103 deletions
|
@ -29,7 +29,7 @@ impl ProgressEventDerived for Event {
|
|||
}
|
||||
|
||||
impl ProgressEvent {
|
||||
pub fn new_inherited(length_computable: bool, loaded: u64, total: u64) -> ProgressEvent {
|
||||
fn new_inherited(length_computable: bool, loaded: u64, total: u64) -> ProgressEvent {
|
||||
ProgressEvent {
|
||||
event: Event::new_inherited(ProgressEventTypeId),
|
||||
length_computable: length_computable,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue