| Index: src/code-stubs.h
|
| diff --git a/src/code-stubs.h b/src/code-stubs.h
|
| index 7fa9d61f985d458e42108b3e08c7d9d4a6386658..a6b543605450169c37b44517ac7588c2993889a0 100644
|
| --- a/src/code-stubs.h
|
| +++ b/src/code-stubs.h
|
| @@ -1803,7 +1803,7 @@ class StringCharAtGenerator {
|
| ReceiverCheckMode check_mode = RECEIVER_IS_UNKNOWN)
|
| : char_code_at_generator_(object, index, scratch, receiver_not_string,
|
| index_not_number, index_out_of_range,
|
| - index_flags),
|
| + index_flags, check_mode),
|
| char_from_code_generator_(scratch, result) {}
|
|
|
| // Generates the fast case code. On the fallthrough path |result|
|
|
|