Bug 995730 - Part 9a: Use AssignLiteral(MOZ_UTF16(...)) instead of Assign(NS_LITERAL_STRING(...)). r=ehsan

This commit is contained in:
Neil Rashbrook
2014-05-26 21:54:10 +03:00
parent a01babf6e2
commit f0f041f12d
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.Assign(' ');
messageStr.AssignLiteral(MOZ_UTF16(" "));
}
}
else {