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

This commit is contained in:
Birunthan Mohanathas
2014-05-22 06:48:52 +03:00
parent a575bd9831
commit d4ab56898a
28 changed files with 71 additions and 68 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(NS_LITERAL_STRING(" "));
messageStr.Assign(' ');
}
}
else {