Backout 8b8bbe7aa1cc due to wrong bug number

This commit is contained in:
Birunthan Mohanathas
2014-05-27 14:42:13 +03:00
parent a108f37fc2
commit 5669f9905a
16 changed files with 36 additions and 36 deletions

View File

@@ -4612,7 +4612,7 @@ nsDocShell::DisplayLoadError(nsresult aError, nsIURI *aURI,
// If the page doesn't have a title, we will use a blank space which will be trimmed
// and thus treated as empty by the front-end.
if (messageStr.IsEmpty()) {
messageStr.AssignLiteral(MOZ_UTF16(" "));
messageStr.Assign(' ');
}
}
else {