mirror of
https://github.com/servo/servo.git
synced 2025-06-22 16:18:59 +01:00
auto merge of #2375 : zwarich/servo/progressevent-rename, r=metajack
This commit is contained in:
commit
a28665d3fd
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ impl ProgressEvent {
|
|||
ProgressEventBinding::Wrap)
|
||||
}
|
||||
pub fn Constructor(owner: &JSRef<Window>,
|
||||
type_: DOMString,
|
||||
_type: DOMString,
|
||||
init: &ProgressEventBinding::ProgressEventInit)
|
||||
-> Fallible<Temporary<ProgressEvent>> {
|
||||
let ev = ProgressEvent::new(owner, init.lengthComputable, init.loaded, init.total);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue