Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upignore_malloc_size_of for DomRefCell<TextInput<...>> cites closed issue #7193 #25679
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
servo/components/script/dom/htmltextareaelement.rs
Lines 49 to 50 in 5f55cd5
servo/components/script/dom/htmlinputelement.rs
Lines 247 to 248 in 5f55cd5
We actually do need an ignore_malloc_size_of either here or in TextInput, since
TextInput<T>holds aTand theThere itself holds an IPCSender. There's just room for a little cleanup to remove a reference to #7193, a closed and only half-relevant issue.