auto merge of #2375 : zwarich/servo/progressevent-rename, r=metajack

This commit is contained in:
bors-servo 2014-05-08 19:40:16 -04:00
commit a28665d3fd

View file

@ -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);