зеркало из https://github.com/mozilla/pjs.git
Followup to bug 551049 - make the closing reason match that used by the in-process host
This commit is contained in:
Родитель
d0f54d0fa2
Коммит
1aec57698f
|
@ -112,7 +112,7 @@ public:
|
|||
void FinishDelivery() {
|
||||
NS_ASSERTION(mInstanceDying, "Should only be called after InstanceDying");
|
||||
NS_ASSERTION(DELETING != mState, "InstanceDying didn't work?");
|
||||
mStreamStatus = NPRES_NETWORK_ERR;
|
||||
mStreamStatus = NPRES_USER_BREAK;
|
||||
Deliver();
|
||||
NS_ASSERTION(!mStreamNotify, "Didn't deliver NPN_URLNotify?");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче