Remove Traceable/Untraceable entirely

This commit is contained in:
Manish Goregaokar 2014-09-29 07:06:24 +05:30
parent b7c3a1cd5d
commit 427b3b7733
4 changed files with 13 additions and 77 deletions

View file

@ -49,10 +49,12 @@ use js::{JSPROP_ENUMERATE, JSPROP_READONLY, JSPROP_PERMANENT};
use js::JSFUN_CONSTRUCTOR;
use js;
pub struct WindowProxyHandler(pub *const libc::c_void);
#[allow(raw_pointer_deriving)]
#[jstraceable]
pub struct GlobalStaticData {
pub windowproxy_handler: *const libc::c_void,
pub windowproxy_handler: WindowProxyHandler,
}
pub fn GlobalStaticData() -> GlobalStaticData {