mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-07 11:56:51 +00:00
Fix thinko of pnprop for pnhit (346203, r=mrbkap).
This commit is contained in:
parent
524ab8b16b
commit
7c57ebc20f
@ -1802,7 +1802,7 @@ FindPropertyValue(JSParseNode *pn, JSParseNode *pnid, FindPropValData *data)
|
||||
}
|
||||
}
|
||||
}
|
||||
return pnprop->pn_right;
|
||||
return pnhit->pn_right;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user