Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin

git-svn-id: svn://10.0.0.236/trunk@157992 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
roc+%cs.cmu.edu
2004-06-17 00:13:25 +00:00
parent 986ebd0835
commit 0b0fa89131
457 changed files with 2384 additions and 2416 deletions

View File

@@ -184,7 +184,7 @@ nsDOMCSSDeclaration::GetPropertyPriority(const nsAString& aPropertyName,
aReturn.Truncate();
if (decl && decl->GetValueIsImportant(aPropertyName)) {
aReturn.Assign(NS_LITERAL_STRING("important"));
aReturn.AssignLiteral("important");
}
return result;