Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 977737d328a2b34efa19370bea4e9a9471316f2c..56e62def2e05f6166427e4dcce67feb34c94113c 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -7236,6 +7236,7 @@ enum BuiltinFunctionId { |
| kTypedArrayByteOffset, |
| kTypedArrayLength, |
| kSharedArrayBufferByteLength, |
| + kStringIterator, |
| kStringIteratorNext, |
| }; |