mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 932769 followup - Fix typo. rs=evilpie
This commit is contained in:
parent
4b85960fb6
commit
d597374663
@ -5941,7 +5941,7 @@ ClassHasEffectlessLookup(const Class *clasp)
|
||||
static bool
|
||||
ClassHasResolveHook(JSCompartment *comp, const Class *clasp, PropertyName *name)
|
||||
{
|
||||
if (clasp->resolve != JS_ResolveStub)
|
||||
if (clasp->resolve == JS_ResolveStub)
|
||||
return false;
|
||||
|
||||
if (clasp->resolve == (JSResolveOp)str_resolve) {
|
||||
|
Loading…
Reference in New Issue
Block a user