mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Fix some warnings caused by the SM upgrade
This commit is contained in:
parent
e7808c526c
commit
b7301ca06c
13 changed files with 16 additions and 19 deletions
|
@ -84,9 +84,9 @@ pub unsafe extern fn delete(cx: *mut JSContext, proxy: HandleObject, id: HandleI
|
|||
}
|
||||
|
||||
/// Stub for ownPropertyKeys
|
||||
pub unsafe extern fn own_property_keys(cx: *mut JSContext,
|
||||
proxy: HandleObject,
|
||||
props: *mut AutoIdVector) -> u8 {
|
||||
pub unsafe extern fn own_property_keys(_cx: *mut JSContext,
|
||||
_proxy: HandleObject,
|
||||
_props: *mut AutoIdVector) -> u8 {
|
||||
// FIXME: implement this
|
||||
// https://github.com/servo/servo/issues/6390
|
||||
JSTrue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue