Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
This commit is contained in:
@@ -168,7 +168,7 @@ nsFrameLoader::LoadFrame()
|
||||
src.Trim(" \t\n\r");
|
||||
|
||||
if (src.IsEmpty()) {
|
||||
src.Assign(NS_LITERAL_STRING("about:blank"));
|
||||
src.AssignLiteral("about:blank");
|
||||
}
|
||||
|
||||
// Make an absolute URI
|
||||
|
||||
Reference in New Issue
Block a user