Fix build bustage AGAIN.

git-svn-id: svn://10.0.0.236/trunk@170261 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
roc+%cs.cmu.edu
2005-03-07 02:51:15 +00:00
parent 44e54f8239
commit cc672861f0

View File

@@ -869,7 +869,7 @@ static PRBool ApplyClipRect(const nsView* aView, nsRect* aRect, PRBool aFollowPl
nsPoint offset(0, 0);
PRBool lastViewIsFloating = aView->GetFloating();
PRBool foundPlaceholders = PR_FALSE;
while (NS_STATIC_CAST(nsIView*, aView) != aStopAtView) {
while (NS_STATIC_CAST(const nsIView*, aView) != aStopAtView) {
const nsView* parentView = aView->GetParent();
nsPoint offsetFromParent = aView->GetPosition();