mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove mozjs dep from malloc_size_of.
This commit is contained in:
parent
0a5aab6cc2
commit
57d2b5a92d
21 changed files with 30 additions and 16 deletions
|
@ -21,7 +21,9 @@ pub struct XRView {
|
|||
reflector_: Reflector,
|
||||
session: Dom<XRSession>,
|
||||
eye: XREye,
|
||||
#[ignore_malloc_size_of = "mozjs"]
|
||||
proj: Heap<*mut JSObject>,
|
||||
#[ignore_malloc_size_of = "mozjs"]
|
||||
view: Heap<*mut JSObject>,
|
||||
transform: Dom<XRRigidTransform>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue