fix bug 84031. r=simon@softel.co.il sr=kin a=blizzard

fix GetBidiProperty
This commit is contained in:
ftang@netscape.com
2001-06-21 12:35:48 +00:00
parent e830f78a39
commit a40c513f65
16 changed files with 128 additions and 128 deletions

View File

@@ -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;