Bug 617897 - Replace calls to AppendASCII('*') with Append('*'). r=dougt
This commit is contained in:
@@ -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=");
|
||||
|
||||
Reference in New Issue
Block a user