Backing out patch from bug 333535 to test performance impact

This commit is contained in:
smontagu%smontagu.org 2006-10-07 18:36:27 +00:00
Родитель 51abd2a779
Коммит abfd8b7e04
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -859,7 +859,7 @@ nsTextTransformer::GetNextWord(PRBool aInWord,
// beginning of the buffer
if (aResetTransformBuf) {
mBufferPos = 0;
SetTransformedTextIsAscii(LeaveAsAscii() && !HasMultibyte());
SetTransformedTextIsAscii(LeaveAsAscii());
}
prevBufferPos = mBufferPos;