mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +01:00
apply pylbrecht/servo/named.window.getter (closes #27952)
This commit is contained in:
parent
be6e25a1b2
commit
fd1de05592
16 changed files with 611 additions and 292 deletions
|
@ -910,7 +910,7 @@ unsafe extern "C" fn getOwnPropertyDescriptor(
|
|||
window.to_jsval(cx, val.handle_mut());
|
||||
set_property_descriptor(
|
||||
MutableHandle::from_raw(desc),
|
||||
val.handle().into(),
|
||||
val.handle(),
|
||||
attrs,
|
||||
&mut *is_none,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue