mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
If lookupProperty fails, recording is already aborted (567068, r=luke).
This commit is contained in:
parent
827b329995
commit
edb127f3b4
@ -14014,7 +14014,7 @@ TraceRecorder::record_JSOP_IN()
|
|||||||
if (!localtm.recorder) {
|
if (!localtm.recorder) {
|
||||||
if (prop)
|
if (prop)
|
||||||
obj2->dropProperty(localcx, prop);
|
obj2->dropProperty(localcx, prop);
|
||||||
return ARECORD_STOP;
|
return ARECORD_ABORTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!ok)
|
if (!ok)
|
||||||
|
Loading…
Reference in New Issue
Block a user