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 upMake dom_struct derive HeapSizeOf #7357
Closed
Labels
Comments
|
i can take this one |
|
Ok! |
|
Are you kidding me? |
bors-servo
pushed a commit
that referenced
this issue
Aug 27, 2015
make dom_struct derive HeapSizeOf closes #7357 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7361) <!-- Reviewable:end -->
josiahdaniels
added a commit
to josiahdaniels/servo
that referenced
this issue
Sep 28, 2015
closes servo#7357
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently all of our DOM types have
#[dom_struct]and#[derive(HeapSizeOf)]. We should make#[dom_struct]add that annotation automatically instead.Code:
expand_dom_structin components/plugins/jstraceable.rs