Chromium Code Reviews| Index: src/objects.h | 
| diff --git a/src/objects.h b/src/objects.h | 
| index f93ec103b71d76bd232c687cd00aff338f3ceb08..8a7ce260e89e4c6f42c1fc95dc1f5f128afcadf6 100644 | 
| --- a/src/objects.h | 
| +++ b/src/objects.h | 
| @@ -7106,6 +7106,7 @@ enum BuiltinFunctionId { | 
| kTypedArrayByteOffset, | 
| kTypedArrayLength, | 
| kSharedArrayBufferByteLength, | 
| + kStringIteratorNext, | 
| }; |