mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1228103 bustage follow-up. rs=Tomcat.
This commit is contained in:
parent
05bfc77cd7
commit
b257608ac2
@ -23,9 +23,6 @@
|
||||
|
||||
using mozilla::dom::EncodingUtils;
|
||||
|
||||
// We replace NUL characters with this character.
|
||||
static char16_t sInvalid = UCS2_REPLACEMENT_CHAR;
|
||||
|
||||
nsReadEndCondition::nsReadEndCondition(const char16_t* aTerminateChars) :
|
||||
mChars(aTerminateChars), mFilter(char16_t(~0)) // All bits set
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user