Fix bustage.

This commit is contained in:
roc+@cs.cmu.edu 2007-03-27 20:59:09 -07:00
parent f21e61b37c
commit 13ff34b476

View File

@ -1016,7 +1016,7 @@ public:
GenerateAlternativeString();
}
static PRBool IsZeroWidthUnicodeChar(PRUnichar aChar) const {
static PRBool IsZeroWidthUnicodeChar(PRUnichar aChar) {
return aChar == 0x200b; // ZWSP
}