Attempt to fix SpeedRacer and Senna bustage

This commit is contained in:
disttsc%bart.nl 2001-03-23 14:36:38 +00:00
parent e6b6217eb3
commit 6d7ceafffc
2 changed files with 2 additions and 2 deletions

View File

@ -1060,7 +1060,7 @@ nsXULOutlinerBuilder::GetTemplateActionCellFor(PRInt32 aRow,
nsAutoString ref;
child->GetAttribute(kNameSpaceID_None, nsXULAtoms::ref, ref);
if (ref == aColID) {
if (ref.Equals(aColID)) {
NS_ADDREF(*aResult = child.get());
return NS_OK;
}

View File

@ -1060,7 +1060,7 @@ nsXULOutlinerBuilder::GetTemplateActionCellFor(PRInt32 aRow,
nsAutoString ref;
child->GetAttribute(kNameSpaceID_None, nsXULAtoms::ref, ref);
if (ref == aColID) {
if (ref.Equals(aColID)) {
NS_ADDREF(*aResult = child.get());
return NS_OK;
}