| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index 4e7748d387f7278dbcb544d402ed27d42caf68aa..ddb62feb8355bffd492a45031bc70938c5a90ea5 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -716,9 +716,7 @@ bool Object::IsDescriptorArray() const {
|
| bool Object::IsArrayList() const { return IsFixedArray(); }
|
|
|
|
|
| -bool Object::IsLayoutDescriptor() const {
|
| - return IsSmi() || IsFixedTypedArrayBase();
|
| -}
|
| +bool Object::IsLayoutDescriptor() const { return IsSmi() || IsJSTypedArray(); }
|
|
|
|
|
| bool Object::IsTransitionArray() const {
|
|
|