mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
mrbkap's fix for 420612, r=me, a=beltzner.
This commit is contained in:
parent
5cb07e5bb2
commit
527b53da80
@ -3375,7 +3375,7 @@ js_LookupPropertyWithFlags(JSContext *cx, JSObject *obj, jsid id, uintN flags,
|
||||
if (!OBJ_IS_NATIVE(proto)) {
|
||||
if (!OBJ_LOOKUP_PROPERTY(cx, proto, id, objp, propp))
|
||||
return -1;
|
||||
return protoIndex;
|
||||
return protoIndex + 1;
|
||||
}
|
||||
obj = proto;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user