mirror of
https://github.com/servo/servo
synced 2026-05-01 20:07:22 +02:00
Pass the receiver to get_property_on_prototype (fixes #11600)
This commit is contained in:
@@ -5050,7 +5050,7 @@ if !expando.is_null() {
|
||||
|
||||
%s
|
||||
let mut found = false;
|
||||
if !get_property_on_prototype(cx, proxy, id, &mut found, vp) {
|
||||
if !get_property_on_prototype(cx, proxy, receiver, id, &mut found, vp) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user