automatically merged revision 1094434:

Description

automatically merged revision 1094434:
InlineBox::deleteLine shouldn't try to remove() the line box before
disposing of it.

This causes crashes in release mode because remove() will call to a
possibly invalid parent (this parent-is-invalid circumstance isn't fully
clear to me, though), the link to which is only nulled out in
Debug mode.

Let's play this low risk : align Release on Debug for branch backport...

BUG: 193717

Details

Committed
ggarandFeb 22 2010, 9:08 PM
Parents
R883:1094494: Compile.
Branches
Unknown
Tags
Unknown