| Index: src/runtime.cc
|
| diff --git a/src/runtime.cc b/src/runtime.cc
|
| index 335e6190a41398a9de485cc622a29305e6d244b2..dcec8384d9c0370836a9c26d50d4315d99d5cad8 100644
|
| --- a/src/runtime.cc
|
| +++ b/src/runtime.cc
|
| @@ -2444,7 +2444,7 @@ static Object* ConvertCase(Arguments args,
|
| // in the buffer
|
| Access<StringInputBuffer> buffer(&string_input_buffer);
|
| buffer->Reset(s);
|
| - unibrow::uchar chars[unibrow::kMaxCaseConvertedSize];
|
| + unibrow::uchar chars[unibrow::kMaxMappingSize];
|
| int i = 0;
|
| // We can assume that the string is not empty
|
| uc32 current = buffer->GetNext();
|
|
|