fix M1607443 as a precaution

This commit is contained in:
Cameron Kaiser 2020-01-07 20:24:11 -08:00
parent efb0918adf
commit b8657e6969
1 changed files with 0 additions and 6 deletions

View File

@ -9118,12 +9118,6 @@ class MStoreElementHole
JSValueType unboxedType() const {
return unboxedType_;
}
AliasSet getAliasSet() const override {
// StoreElementHole can update the initialized length, the array length
// or reallocate obj->elements.
return AliasSet::Store(AliasSet::ObjectFields |
AliasSet::BoxedOrUnboxedElements(unboxedType()));
}
ALLOW_CLONE(MStoreElementHole)
};