diff --git a/glue.rs b/glue.rs index 43900a16a..36b6f504a 100644 --- a/glue.rs +++ b/glue.rs @@ -11,6 +11,8 @@ use jsval::JSVal; pub type c_bool = libc::c_int; +pub static JS_STRUCTURED_CLONE_VERSION: u32 = 1; + pub struct ProxyTraps { pub getPropertyDescriptor: Option c_bool>, pub getOwnPropertyDescriptor: Option JSBool>,