| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index 33846196314ec1560306d475a4c977a8d242f0aa..204a041ddcef68749ffa4ff52781f77578023347 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -6465,9 +6465,6 @@ void JSArrayBuffer::set_was_neutered(bool value) {
|
| }
|
|
|
|
|
| -ACCESSORS(JSArrayBuffer, weak_next, Object, kWeakNextOffset)
|
| -
|
| -
|
| Object* JSArrayBufferView::byte_offset() const {
|
| if (WasNeutered()) return Smi::FromInt(0);
|
| return Object::cast(READ_FIELD(this, kByteOffsetOffset));
|
|
|