Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 9671c9ba74e62530a026175e5a801d107eb8c595..bed57593a3d15e3a1ba494f945e335ad6b262109 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -6781,6 +6781,7 @@ enum BuiltinFunctionId { |
| kTypedArrayByteLength, |
| kTypedArrayByteOffset, |
| kTypedArrayLength, |
| + kSharedArrayBufferByteLength, |
| }; |