mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +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
|
@ -24,6 +24,7 @@ use servo_atoms::Atom;
|
|||
#[dom_struct]
|
||||
pub struct ExtendableMessageEvent {
|
||||
event: ExtendableEvent,
|
||||
#[ignore_malloc_size_of = "mozjs"]
|
||||
data: Heap<JSVal>,
|
||||
origin: DOMString,
|
||||
lastEventId: DOMString,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue