mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix bustage.
This commit is contained in:
parent
f21e61b37c
commit
13ff34b476
@ -1016,7 +1016,7 @@ public:
|
||||
GenerateAlternativeString();
|
||||
}
|
||||
|
||||
static PRBool IsZeroWidthUnicodeChar(PRUnichar aChar) const {
|
||||
static PRBool IsZeroWidthUnicodeChar(PRUnichar aChar) {
|
||||
return aChar == 0x200b; // ZWSP
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user