зеркало из https://github.com/mozilla/pjs.git
Attempt to fix SpeedRacer and Senna bustage
This commit is contained in:
Родитель
780320e154
Коммит
9304eaf978
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче