mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Remove the wrapper::ServoThreadSafeLayoutNode re-export.
This commit is contained in:
parent
7bbabf2766
commit
0c506cf1df
3 changed files with 2 additions and 22 deletions
|
@ -10,6 +10,7 @@ use script::dom::htmlelement::HTMLElement;
|
|||
use script::dom::htmlspanelement::HTMLSpanElement;
|
||||
use script::dom::node::Node;
|
||||
use script::dom::text::Text;
|
||||
use script::layout_wrapper::ServoThreadSafeLayoutNode;
|
||||
use std::mem::size_of;
|
||||
|
||||
// Macro so that we can stringify type names
|
||||
|
@ -45,3 +46,4 @@ sizeof_checker!(size_div, HTMLDivElement, 328);
|
|||
sizeof_checker!(size_span, HTMLSpanElement, 328);
|
||||
sizeof_checker!(size_text, Text, 192);
|
||||
sizeof_checker!(size_characterdata, CharacterData, 192);
|
||||
sizeof_checker!(size_servothreadsafelayoutnode, ServoThreadSafeLayoutNode, 16);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue