Bug 617897 - Replace calls to AppendASCII('*') with Append('*'). r=dougt

This commit is contained in:
Iivari Äikäs
2013-05-07 10:25:21 -04:00
parent 9754cf8749
commit bcbed478aa
9 changed files with 21 additions and 21 deletions

View File

@@ -4494,7 +4494,7 @@ nsDocShell::LoadErrorPage(nsIURI *aURI, const PRUnichar *aURL,
errorPageUrl.AppendLiteral("&u=");
errorPageUrl.AppendASCII(escapedUrl.get());
if (!escapedCSSClass.IsEmpty()) {
errorPageUrl.AppendASCII("&s=");
errorPageUrl.AppendLiteral("&s=");
errorPageUrl.AppendASCII(escapedCSSClass.get());
}
errorPageUrl.AppendLiteral("&c=");