| Index: src/runtime/runtime-typedarray.cc
|
| diff --git a/src/runtime/runtime-typedarray.cc b/src/runtime/runtime-typedarray.cc
|
| index 14b120747afa235c3260358e16904f517d375bf0..272bcda9f19368eedb6ca950883fda0ed422a02a 100644
|
| --- a/src/runtime/runtime-typedarray.cc
|
| +++ b/src/runtime/runtime-typedarray.cc
|
| @@ -284,7 +284,6 @@ RUNTIME_FUNCTION(Runtime_TypedArrayInitializeFromArrayLike) {
|
| BUFFER_VIEW_GETTER(ArrayBufferView, ByteLength, byte_length)
|
| BUFFER_VIEW_GETTER(ArrayBufferView, ByteOffset, byte_offset)
|
| BUFFER_VIEW_GETTER(TypedArray, Length, length)
|
| -BUFFER_VIEW_GETTER(DataView, Buffer, buffer)
|
|
|
| #undef BUFFER_VIEW_GETTER
|
|
|
|
|