Followup to bug 551049 - make the closing reason match that used by the in-process host

This commit is contained in:
Benjamin Smedberg 2010-03-11 14:15:48 -05:00
Родитель d0f54d0fa2
Коммит 1aec57698f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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?");
}