fix bustage

git-svn-id: svn://10.0.0.236/trunk@153811 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
roc+%cs.cmu.edu
2004-03-10 03:53:23 +00:00
parent ea313db392
commit c635913eeb

View File

@@ -966,7 +966,7 @@ NS_IMETHODIMP nsTreeBodyFrame::InvalidatePrimaryCell(PRInt32 aIndex)
#if defined(XP_MAC) || defined(XP_MACOSX)
// Mac can't process the event loop during a drag, so if we're dragging,
// invalidate synchronously.
nsIFrame::Invalidate(cellRect, mDragSession != null);
nsIFrame::Invalidate(cellRect, mDragSession != nsnull);
#else
nsIFrame::Invalidate(cellRect, PR_FALSE);
#endif