Index: src/runtime/runtime-typedarray.cc |
diff --git a/src/runtime/runtime-typedarray.cc b/src/runtime/runtime-typedarray.cc |
index 272bcda9f19368eedb6ca950883fda0ed422a02a..14b120747afa235c3260358e16904f517d375bf0 100644 |
--- a/src/runtime/runtime-typedarray.cc |
+++ b/src/runtime/runtime-typedarray.cc |
@@ -284,6 +284,7 @@ |
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 |