Bug 1209591 - stop using result of displayLoadError on android, r=margaret

--HG--
extra : commitid : BhkHACGE86u
extra : rebase_source : 41477a3c51fcae3ab4043bb73b9a38c43268f173
This commit is contained in:
Gijs Kruitbosch 2015-11-03 13:20:06 +00:00
Родитель ecbe67ac71
Коммит 6c63996c6c
1 изменённых файлов: 1 добавлений и 4 удалений

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

@ -4502,10 +4502,7 @@ Tab.prototype = {
if (!ParentalControls.isAllowed(ParentalControls.VISIT_FILE_URLS, fixedURI)) {
aRequest.cancel(Cr.NS_BINDING_ABORTED);
aRequest = this.browser.docShell.displayLoadError(Cr.NS_ERROR_UNKNOWN_PROTOCOL, fixedURI, null);
if (aRequest) {
fixedURI = aRequest.URI;
}
this.browser.docShell.displayLoadError(Cr.NS_ERROR_UNKNOWN_PROTOCOL, fixedURI, null);
}
let contentType = contentWin.document.contentType;