| Index: src/jsregexp.cc
|
| diff --git a/src/jsregexp.cc b/src/jsregexp.cc
|
| index 5c79477eb18b9261bbb4761cd1868f1ee0017e1c..f1cb96dba87ca6098dfb7504ebe08a180d930e19 100644
|
| --- a/src/jsregexp.cc
|
| +++ b/src/jsregexp.cc
|
| @@ -5834,7 +5834,7 @@ void TextNode::FillInBMInfo(int initial_offset,
|
| if (bm->compiler()->ignore_case()) {
|
| unibrow::uchar chars[unibrow::Ecma262UnCanonicalize::kMaxWidth];
|
| int length = GetCaseIndependentLetters(
|
| - ISOLATE,
|
| + Isolate::Current(),
|
| character,
|
| bm->max_char() == String::kMaxOneByteCharCode,
|
| chars);
|
|
|