mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 870821 - Fix typo.
This commit is contained in:
parent
d0cda62dd5
commit
6bd0280cf4
@ -2576,7 +2576,7 @@ ion::AddObjectsForPropertyRead(JSContext *cx, MDefinition *obj, PropertyName *na
|
||||
return;
|
||||
}
|
||||
|
||||
types::HeapTypeSet *property = object->getProperty(cx, JSID_VOID, false);
|
||||
types::HeapTypeSet *property = object->getProperty(cx, id, false);
|
||||
if (property->unknownObject()) {
|
||||
observed->addType(cx, types::Type::AnyObjectType());
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user