mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Include ChildrenList::last_visited
in memory reports (#36772)
`MutNullableDom<Node>` is not in fact defined in `mozjs`. Testing: This change compiles, so it works Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
parent
5c5da6071e
commit
3d1dd482df
1 changed files with 0 additions and 1 deletions
|
@ -175,7 +175,6 @@ impl NodeList {
|
|||
#[cfg_attr(crown, crown::unrooted_must_root_lint::must_root)]
|
||||
pub(crate) struct ChildrenList {
|
||||
node: Dom<Node>,
|
||||
#[ignore_malloc_size_of = "Defined in rust-mozjs"]
|
||||
last_visited: MutNullableDom<Node>,
|
||||
last_index: Cell<u32>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue