Fix build bustage AGAIN.
git-svn-id: svn://10.0.0.236/trunk@170261 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user