зеркало из https://github.com/mozilla/pjs.git
Oops. Make this assertion that snuck in (for bug 81268) |#ifdef DEBUG_dbaron| for now, since it fires sometimes.
This commit is contained in:
Родитель
5f0d688d44
Коммит
14a7f190eb
|
@ -2079,9 +2079,11 @@ nsFrame::GetFrameForPoint(nsIPresContext* aPresContext,
|
|||
NS_IMETHODIMP
|
||||
nsFrame::WillReflow(nsIPresContext* aPresContext)
|
||||
{
|
||||
#ifdef DEBUG_dbaron
|
||||
// bug 81268
|
||||
NS_ASSERTION(!(mState & NS_FRAME_IN_REFLOW),
|
||||
"nsFrame::WillReflow: frame is already in reflow");
|
||||
#endif
|
||||
|
||||
NS_FRAME_TRACE_MSG(NS_FRAME_TRACE_CALLS,
|
||||
("WillReflow: oldState=%x", mState));
|
||||
|
|
|
@ -2079,9 +2079,11 @@ nsFrame::GetFrameForPoint(nsIPresContext* aPresContext,
|
|||
NS_IMETHODIMP
|
||||
nsFrame::WillReflow(nsIPresContext* aPresContext)
|
||||
{
|
||||
#ifdef DEBUG_dbaron
|
||||
// bug 81268
|
||||
NS_ASSERTION(!(mState & NS_FRAME_IN_REFLOW),
|
||||
"nsFrame::WillReflow: frame is already in reflow");
|
||||
#endif
|
||||
|
||||
NS_FRAME_TRACE_MSG(NS_FRAME_TRACE_CALLS,
|
||||
("WillReflow: oldState=%x", mState));
|
||||
|
|
Загрузка…
Ссылка в новой задаче