mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1135427. Add missing early return, because throwing an exception without returning is weird. r=khuey
This commit is contained in:
parent
f0ff61fde1
commit
ddc26dbd51
@ -2228,6 +2228,7 @@ XMLHttpRequest::Abort(ErrorResult& aRv)
|
||||
|
||||
if (mCanceled) {
|
||||
aRv.ThrowUncatchableException();
|
||||
return;
|
||||
}
|
||||
|
||||
if (!mProxy) {
|
||||
|
Loading…
Reference in New Issue
Block a user