Bug 567831 fennec appears to have an infinite throbber, loads page but doesn't fire onload. r=jduell

Same bug as Bug 566388  - [e10s] Not all nsIWebProgress events are being delivered within the content process
This commit is contained in:
Doug Turner 2010-05-28 17:26:45 -07:00
Родитель 79e81c96e1
Коммит 2e2352b06b
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -171,6 +171,9 @@ HttpChannelChild::RecvOnStopRequest(const nsresult& statusCode)
mListener = 0;
mListenerContext = 0;
if (mLoadGroup)
mLoadGroup->RemoveRequest(this, nsnull, statusCode);
// Corresponding AddRef in AsyncOpen().
this->Release();