зеркало из https://github.com/mozilla/pjs.git
Bug 393002 - ""Server not found" message for view-source window doesn't display server name" [p=anant@kix.in (Anant Narayanan) r=bsmedberg sr=bzbarsky a1.9=damons]
This commit is contained in:
Родитель
d8f0bd4e3e
Коммит
376aa646db
|
@ -2952,7 +2952,8 @@ nsDocShell::DisplayLoadError(nsresult aError, nsIURI *aURI,
|
|||
NS_ENSURE_ARG_POINTER(aURI);
|
||||
// Get the host
|
||||
nsCAutoString host;
|
||||
aURI->GetHost(host);
|
||||
nsCOMPtr<nsIURI> innermostURI = NS_GetInnermostURI(aURI);
|
||||
innermostURI->GetHost(host);
|
||||
CopyUTF8toUTF16(host, formatStrs[0]);
|
||||
formatStrCount = 1;
|
||||
error.AssignLiteral("dnsNotFound");
|
||||
|
|
Загрузка…
Ссылка в новой задаче