mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Address bug 684410 review comments, r=luke.
This commit is contained in:
parent
72511fd37d
commit
166e4ff20a
@ -5721,7 +5721,7 @@ JSObject::hasNewType(TypeObject *type)
|
||||
if (!table.initialized())
|
||||
return false;
|
||||
|
||||
JSCompartment::NewTypeObjectSet::AddPtr p = table.lookupForAdd(this);
|
||||
JSCompartment::NewTypeObjectSet::Ptr p = table.lookup(this);
|
||||
return p && *p == type;
|
||||
}
|
||||
#endif /* DEBUG */
|
||||
|
Loading…
Reference in New Issue
Block a user