Chromium Code Reviews| Index: src/runtime.h |
| diff --git a/src/runtime.h b/src/runtime.h |
| index 1b68863bf687345bc60cdd543c4d188e2fc599e9..5566226198b8f6d29d4e641e36912bd8eb9bf0aa 100644 |
| --- a/src/runtime.h |
| +++ b/src/runtime.h |
| @@ -362,6 +362,7 @@ namespace internal { |
| F(ArrayBufferInitialize, 2, 1)\ |
| F(ArrayBufferGetByteLength, 1, 1)\ |
| F(ArrayBufferSliceImpl, 3, 1) \ |
| + F(ArrayBufferIsView, 1, 1) \ |
| \ |
| F(TypedArrayInitialize, 5, 1) \ |
| F(TypedArrayInitializeFromArrayLike, 4, 1) \ |