| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index 6f97245e766358c21a7e4eb9bc00dc2a4de7d6b8..39f5bf08c0e314689579b8f2d0f32ff98699f638 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -6470,9 +6470,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));
|
|
|