fixed typo from checkin for bug #97227

This commit is contained in:
rpotts%netscape.com 2001-08-31 02:30:34 +00:00
parent 05a970ea4f
commit d6657f6a11

View File

@ -298,7 +298,7 @@ public:
NS_IMETHOD FindNext(const nsAReadableString &aSearchStr, PRBool aMatchCase, PRBool aSearchDown, PRBool &aIsFound); NS_IMETHOD FindNext(const nsAReadableString &aSearchStr, PRBool aMatchCase, PRBool aSearchDown, PRBool &aIsFound);
NS_IMETHOD FlushPendingNotifications(PRBool aFlushReflows = PR_TRUE, PRBool aUpdateViews = PR_TRUE); NS_IMETHOD FlushPendingNotifications(PRBool aFlushReflows = PR_TRUE, PRBool aUpdateViews = PR_FALSE);
NS_IMETHOD GetAndIncrementContentID(PRInt32* aID); NS_IMETHOD GetAndIncrementContentID(PRInt32* aID);