зеркало из https://github.com/mozilla/gecko-dev.git
Bug 930057 - Incorrectly returning false r=jandem
This commit is contained in:
Родитель
176119ee34
Коммит
d96a9ff104
|
@ -9677,7 +9677,7 @@ IonBuilder::lookupTypedObjectField(MDefinition *typedObj,
|
|||
fieldTypeReprs, fieldIndex))
|
||||
return false;
|
||||
if (fieldTypeReprs->empty())
|
||||
return false;
|
||||
return true;
|
||||
|
||||
// Field offset must be representable as signed integer.
|
||||
if (offset >= size_t(INT_MAX)) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче