Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 00893e76023bab5fe89b510730214d19dc2e7d67..df50cb484ba693dd71a6f7ce6de3ed674212d5d9 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -971,7 +971,7 @@ namespace internal { |
#define FOR_EACH_INTRINSIC_TYPEDARRAY(F) \ |
F(ArrayBufferGetByteLength, 1, 1) \ |
- F(ArrayBufferSliceImpl, 3, 1) \ |
+ F(ArrayBufferSliceImpl, 4, 1) \ |
F(ArrayBufferNeuter, 1, 1) \ |
F(TypedArrayInitialize, 6, 1) \ |
F(TypedArrayInitializeFromArrayLike, 4, 1) \ |