icecat: add release icecat-140.9.0-1gnu1 for ecne
This commit is contained in:
parent
8eb1f1732f
commit
a5f93cb214
1197 changed files with 30593 additions and 15344 deletions
|
|
@ -6595,6 +6595,12 @@ mozilla::ipc::IPCResult LSRequestBase::RecvCancel() {
|
|||
mozilla::ipc::IPCResult LSRequestBase::RecvFinish() {
|
||||
AssertIsOnOwningThread();
|
||||
|
||||
// A well-behaved content process only sends Finish() after receiving Ready(),
|
||||
// which transitions us to WaitingForFinish.
|
||||
if (NS_WARN_IF(mState != State::WaitingForFinish)) {
|
||||
return IPC_FAIL(this, "Finish received in unexpected state");
|
||||
}
|
||||
|
||||
Finish();
|
||||
|
||||
return IPC_OK();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue