mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Use PR_FALSE, not false.
This commit is contained in:
parent
38a3cc1191
commit
8b1cc424ec
@ -701,7 +701,7 @@ nsXULOutlinerBuilder::CycleHeader(const PRUnichar* aColID, nsIDOMElement* aEleme
|
||||
childContent->GetTag(*getter_AddRefs(childTag));
|
||||
if (childTag.get() == nsXULAtoms::outlinercol && childContent != header) {
|
||||
childContent->UnsetAttribute(kNameSpaceID_None,
|
||||
nsXULAtoms::sortDirection, false);
|
||||
nsXULAtoms::sortDirection, PR_FALSE);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -701,7 +701,7 @@ nsXULOutlinerBuilder::CycleHeader(const PRUnichar* aColID, nsIDOMElement* aEleme
|
||||
childContent->GetTag(*getter_AddRefs(childTag));
|
||||
if (childTag.get() == nsXULAtoms::outlinercol && childContent != header) {
|
||||
childContent->UnsetAttribute(kNameSpaceID_None,
|
||||
nsXULAtoms::sortDirection, false);
|
||||
nsXULAtoms::sortDirection, PR_FALSE);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user