Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 65dc49d03ba5e4b8c32a2f003b3a2805c0c0cdea..15c3e165d9e3f1c1b47f6a7a3dff9d8d10c1b758 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -628,6 +628,7 @@ namespace internal { |
| F(TypedArraySortFast, 1, 1) \ |
| F(TypedArrayMaxSizeInHeap, 0, 1) \ |
| F(IsTypedArray, 1, 1) \ |
| + F(WasNeutered, 1, 1) \ |
| F(IsSharedTypedArray, 1, 1) \ |
| F(IsSharedIntegerTypedArray, 1, 1) \ |
| F(IsSharedInteger32TypedArray, 1, 1) |