Fixing DEBUG-only bustage.

This commit is contained in:
dbaron%dbaron.org 2003-06-20 00:54:57 +00:00
parent 795021a138
commit d86c49e21c
2 changed files with 2 additions and 2 deletions

View File

@ -1565,7 +1565,7 @@ FrameManager::ReParentStyleContext(nsIFrame* aFrame,
}
}
#ifdef NS_DEBUG
VerifyStyleTree(aFrame, aNewParentContext);
VerifyStyleTree(GetPresContext(), aFrame, aNewParentContext);
#endif
}
}

View File

@ -1565,7 +1565,7 @@ FrameManager::ReParentStyleContext(nsIFrame* aFrame,
}
}
#ifdef NS_DEBUG
VerifyStyleTree(aFrame, aNewParentContext);
VerifyStyleTree(GetPresContext(), aFrame, aNewParentContext);
#endif
}
}