Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 23f9bdc1f7108152a367d235148ef0fe894f7ff7..646aab47dbbbbd51dae472e70a000b80f342c34c 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -1008,6 +1008,7 @@ namespace internal { |
| F(IsTypedArray, 1, 1) \ |
| F(IsSharedTypedArray, 1, 1) \ |
| F(IsSharedIntegerTypedArray, 1, 1) \ |
| + F(IsSharedInteger32TypedArray, 1, 1) \ |
| F(DataViewInitialize, 4, 1) \ |
| F(DataViewGetUint8, 3, 1) \ |
| F(DataViewGetInt8, 3, 1) \ |