Bug 869836 - Part 2: Use AppendLiteral instead of Append(NS_LITERAL_STRING(...)). r=ehsan
This commit is contained in:
@@ -4451,7 +4451,7 @@ nsDocShell::DisplayLoadError(nsresult aError, nsIURI *aURI,
|
||||
rv2 = nestedURI->GetInnerURI(getter_AddRefs(tempURI));
|
||||
if (NS_SUCCEEDED(rv2) && tempURI) {
|
||||
tempURI->GetScheme(scheme);
|
||||
formatStrs[0].Append(NS_LITERAL_STRING(", "));
|
||||
formatStrs[0].AppendLiteral(", ");
|
||||
AppendASCIItoUTF16(scheme, formatStrs[0]);
|
||||
}
|
||||
nestedURI = do_QueryInterface(tempURI);
|
||||
|
||||
Reference in New Issue
Block a user