| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index ea5570ec596e501b0d3a872a5c4bc739fb748d98..cad31d9791ba89f338b489ef2c76befd876876a9 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -644,7 +644,7 @@ namespace internal {
|
| F(ArrayBufferSliceImpl, 3, 1) \
|
| F(ArrayBufferIsView, 1, 1) \
|
| F(ArrayBufferNeuter, 1, 1) \
|
| - F(TypedArrayInitialize, 5, 1) \
|
| + F(TypedArrayInitialize, 6, 1) \
|
| F(TypedArrayInitializeFromArrayLike, 4, 1) \
|
| F(ArrayBufferViewGetByteLength, 1, 1) \
|
| F(ArrayBufferViewGetByteOffset, 1, 1) \
|
|
|