Bug 827772 - Followup to the patch in Bug 824695 r=jst

This commit is contained in:
Fabrice Desré 2013-01-08 09:02:21 -08:00
Родитель f6bb845d47
Коммит c2425980d2
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -1868,6 +1868,7 @@ this.DOMApplicationRegistry = {
// we might do something cleaner to have a proper user error
debug("We found no ETag Header, canceling the request");
requestChannel.cancel(Cr.NS_BINDING_ABORTED);
AppDownloadManager.remove(aApp.manifestURL);
}
},
onStopRequest: function(aRequest, aContext, aStatusCode) {