mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15: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
|
@ -137,6 +137,7 @@ pub struct XMLHttpRequest {
|
|||
response_type: Cell<XMLHttpRequestResponseType>,
|
||||
response_xml: MutNullableDom<Document>,
|
||||
response_blob: MutNullableDom<Blob>,
|
||||
#[ignore_malloc_size_of = "mozjs"]
|
||||
response_arraybuffer: Heap<*mut JSObject>,
|
||||
#[ignore_malloc_size_of = "Defined in rust-mozjs"]
|
||||
response_json: Heap<JSVal>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue