| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index 70ed47be1f4edb17dd08033249d13b00ea273a44..46e09ba123a0038e26573213cbb64e7bdb442dce 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -2114,12 +2114,6 @@ HashTable<Shape, Key>* HashTable<Shape, Key>::cast(Object* obj) {
|
|
|
|
|
| SMI_ACCESSORS(FixedArrayBase, length, kLengthOffset)
|
| -SMI_ACCESSORS(ByteArray, length, kLengthOffset)
|
| -
|
| -// TODO(1493): Investigate if it's possible to s/INT/SMI/ here (and
|
| -// subsequently unify H{Fixed,External}ArrayLength).
|
| -INT_ACCESSORS(ExternalArray, length, kLengthOffset)
|
| -
|
|
|
| SMI_ACCESSORS(String, length, kLengthOffset)
|
|
|
|
|