mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Remove Traceable/Untraceable entirely
This commit is contained in:
parent
b7c3a1cd5d
commit
427b3b7733
4 changed files with 13 additions and 77 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue