X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/93a3786624b2768d89bfa27e46598dc64e2fb70a..refs/heads/master:/runtime/IndexingHeaderInlines.h diff --git a/runtime/IndexingHeaderInlines.h b/runtime/IndexingHeaderInlines.h index cfad1c8..b188741 100644 --- a/runtime/IndexingHeaderInlines.h +++ b/runtime/IndexingHeaderInlines.h @@ -34,7 +34,7 @@ namespace JSC { inline size_t IndexingHeader::preCapacity(Structure* structure) { - if (LIKELY(!hasArrayStorage(structure->indexingType()))) + if (LIKELY(!hasAnyArrayStorage(structure->indexingType()))) return 0; return arrayStorage()->m_indexBias;