| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index c3502f496697595dd61ca27a90beeab6d57296e2..bfc080d8d946425b7ea91fc7bf6ff237c6d0211d 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -910,7 +910,6 @@ namespace internal {
|
| F(ArrayBufferViewGetByteLength, 1, 1) \
|
| F(ArrayBufferViewGetByteOffset, 1, 1) \
|
| F(TypedArrayGetLength, 1, 1) \
|
| - F(DataViewGetBuffer, 1, 1) \
|
| F(TypedArrayGetBuffer, 1, 1) \
|
| F(TypedArraySetFastCases, 3, 1) \
|
| F(TypedArrayMaxSizeInHeap, 0, 1) \
|
|
|