Not all c++ compilers support true. Use PR_TRUE instead.

Fixing OS/2 tinderbox bustage.
This commit is contained in:
seawood%netscape.com 2002-08-27 07:34:41 +00:00
parent 0b0d06e121
commit 049c194348
2 changed files with 2 additions and 2 deletions

View File

@ -890,7 +890,7 @@ nsTextInputSelectionImpl::PageMove(PRBool aForward, PRBool aExtend)
CommonPageMove(aForward, aExtend, scrollableView, this);
}
return ScrollSelectionIntoView(nsISelectionController::SELECTION_NORMAL, nsISelectionController::SELECTION_FOCUS_REGION, true);
return ScrollSelectionIntoView(nsISelectionController::SELECTION_NORMAL, nsISelectionController::SELECTION_FOCUS_REGION, PR_TRUE);
}
NS_IMETHODIMP

View File

@ -890,7 +890,7 @@ nsTextInputSelectionImpl::PageMove(PRBool aForward, PRBool aExtend)
CommonPageMove(aForward, aExtend, scrollableView, this);
}
return ScrollSelectionIntoView(nsISelectionController::SELECTION_NORMAL, nsISelectionController::SELECTION_FOCUS_REGION, true);
return ScrollSelectionIntoView(nsISelectionController::SELECTION_NORMAL, nsISelectionController::SELECTION_FOCUS_REGION, PR_TRUE);
}
NS_IMETHODIMP