mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +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
|
@ -719,7 +719,7 @@ pub enum CustomElementReaction {
|
|||
Upgrade(#[ignore_malloc_size_of = "Rc"] Rc<CustomElementDefinition>),
|
||||
Callback(
|
||||
#[ignore_malloc_size_of = "Rc"] Rc<Function>,
|
||||
Box<[Heap<JSVal>]>,
|
||||
#[ignore_malloc_size_of = "mozjs"] Box<[Heap<JSVal>]>,
|
||||
),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue