mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 636569 - Fix incorrect reference to this when crashes fail to submit. r=mossop a=2.0
This commit is contained in:
parent
4df99b7101
commit
9beb953be8
@ -357,7 +357,7 @@ Submitter.prototype = {
|
||||
return;
|
||||
iframe.removeEventListener("load", loadHandler, true);
|
||||
if (!self.submitForm()) {
|
||||
this.notifyStatus(FAILED);
|
||||
self.notifyStatus(FAILED);
|
||||
self.cleanup();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user