Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index fc7dcff4549b608c8cadf09b14d0630c99d4ef60..4a10267155745c4a23b73630829acce9d544f42e 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -7106,6 +7106,7 @@ enum BuiltinFunctionId { |
| kTypedArrayByteOffset, |
| kTypedArrayLength, |
| kSharedArrayBufferByteLength, |
| + kStringIteratorPrototypeNext, |
|
Benedikt Meurer
2016/10/01 17:41:03
Please change name to kStringIteratorNext to match
caitp
2016/10/01 18:02:43
done
|
| }; |