This commit is contained in:
kin%netscape.com 2001-05-11 15:19:28 +00:00
Родитель 670e8e9067
Коммит 612f7a4a84
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -619,10 +619,10 @@ nsFieldSetFrame::RemoveFrame(nsIPresContext* aPresContext,
// XXX XXX
// XXX temporary fix for bug 70648
if (aOldFrame == mLegendFrame) {
#ifdef DEBUG
nsIFrame* sibling;
mContentFrame->GetNextSibling(&sibling);
NS_ASSERTION(sibling == mLegendFrame, "legendFrame is not next sibling");
#ifdef DEBUG
nsIFrame* legendParent;
mLegendFrame->GetParent(&legendParent);
NS_ASSERTION(legendParent == this, "Legend Parent has wrong parent");

Просмотреть файл

@ -619,10 +619,10 @@ nsFieldSetFrame::RemoveFrame(nsIPresContext* aPresContext,
// XXX XXX
// XXX temporary fix for bug 70648
if (aOldFrame == mLegendFrame) {
#ifdef DEBUG
nsIFrame* sibling;
mContentFrame->GetNextSibling(&sibling);
NS_ASSERTION(sibling == mLegendFrame, "legendFrame is not next sibling");
#ifdef DEBUG
nsIFrame* legendParent;
mLegendFrame->GetParent(&legendParent);
NS_ASSERTION(legendParent == this, "Legend Parent has wrong parent");