зеркало из https://github.com/mozilla/pjs.git
Fix for bustage on older gcc. b=117316
This commit is contained in:
Родитель
0867312da8
Коммит
bbd740e83c
|
@ -4713,7 +4713,7 @@ SweepRuleNodeChildren(PLDHashTable *table, PLDHashEntryHdr *hdr,
|
|||
{
|
||||
ChildrenHashEntry *entry = NS_STATIC_CAST(ChildrenHashEntry*, hdr);
|
||||
if (entry->mRuleNode->Sweep())
|
||||
return PL_DHASH_REMOVE | PL_DHASH_NEXT;
|
||||
return PL_DHASH_REMOVE; // implies NEXT, unless |ed with STOP
|
||||
return PL_DHASH_NEXT;
|
||||
}
|
||||
|
||||
|
|
|
@ -4713,7 +4713,7 @@ SweepRuleNodeChildren(PLDHashTable *table, PLDHashEntryHdr *hdr,
|
|||
{
|
||||
ChildrenHashEntry *entry = NS_STATIC_CAST(ChildrenHashEntry*, hdr);
|
||||
if (entry->mRuleNode->Sweep())
|
||||
return PL_DHASH_REMOVE | PL_DHASH_NEXT;
|
||||
return PL_DHASH_REMOVE; // implies NEXT, unless |ed with STOP
|
||||
return PL_DHASH_NEXT;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче