fix bug 84031. r=simon@softel.co.il sr=kin a=blizzard
fix GetBidiProperty
This commit is contained in:
@@ -4750,7 +4750,7 @@ nsBlockFrame::DeleteChildsNextInFlow(nsIPresContext* aPresContext,
|
||||
#ifdef IBMBIDI
|
||||
nsIFrame* nextBidi;
|
||||
aChild->GetBidiProperty(aPresContext, nsLayoutAtoms::nextBidi,
|
||||
(void**) &nextBidi);
|
||||
(void**) &nextBidi,sizeof(nextBidi));
|
||||
if (nextBidi != nextInFlow) {
|
||||
#endif // IBMBIDI
|
||||
nsBlockFrame* parent;
|
||||
|
||||
Reference in New Issue
Block a user