| Index: src/runtime/runtime-typedarray.cc
|
| diff --git a/src/runtime/runtime-typedarray.cc b/src/runtime/runtime-typedarray.cc
|
| index d702ff99d63c1b3ee0741dae6e1eb9fb56b185a8..cd2c0eb9fa1a3b5ca90b85b0c949b7f383c92b25 100644
|
| --- a/src/runtime/runtime-typedarray.cc
|
| +++ b/src/runtime/runtime-typedarray.cc
|
| @@ -44,6 +44,7 @@ void Runtime::SetupArrayBuffer(Isolate* isolate,
|
| array_buffer->set_backing_store(data);
|
| array_buffer->set_flag(Smi::FromInt(0));
|
| array_buffer->set_is_external(is_external);
|
| + array_buffer->set_is_neuterable(true);
|
|
|
| Handle<Object> byte_length =
|
| isolate->factory()->NewNumberFromSize(allocated_length);
|
|
|