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:
@@ -502,7 +502,7 @@ nsSubDocumentFrame::AttributeChanged(nsIPresContext* aPresContext,
|
||||
parentAsItem->GetItemType(&parentType);
|
||||
PRBool is_primary_content =
|
||||
parentType == nsIDocShellTreeItem::typeChrome &&
|
||||
value.EqualsIgnoreCase("content-primary");
|
||||
value.LowerCaseEqualsLiteral("content-primary");
|
||||
|
||||
parentTreeOwner->ContentShellAdded(docShellAsItem, is_primary_content,
|
||||
value.get());
|
||||
|
||||
Reference in New Issue
Block a user