Bug 1228103 bustage follow-up. rs=Tomcat.

This commit is contained in:
Henri Sivonen 2016-02-09 13:08:03 +02:00
parent 05bfc77cd7
commit b257608ac2

View File

@ -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
{