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
|
@ -42,6 +42,7 @@ type JSAudioChannel = Heap<*mut JSObject>;
|
|||
pub struct AudioBuffer {
|
||||
reflector_: Reflector,
|
||||
/// Float32Arrays returned by calls to GetChannelData.
|
||||
#[ignore_malloc_size_of = "mozjs"]
|
||||
js_channels: DomRefCell<Vec<JSAudioChannel>>,
|
||||
/// Aggregates the data from js_channels.
|
||||
/// This is Some<T> iff the buffers in js_channels are detached.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue