mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
reduce node.unique_id size
fix sizeof unittest update Cargo.lock
This commit is contained in:
parent
2be0cb7827
commit
4bf21ab15e
9 changed files with 35 additions and 27 deletions
|
@ -39,6 +39,7 @@ use str::{DOMString, LengthOrPercentageOrAuto};
|
|||
use string_cache::atom::Atom;
|
||||
use string_cache::namespace::{QualName, Namespace};
|
||||
use url;
|
||||
use uuid::Uuid;
|
||||
|
||||
extern {
|
||||
// Get the size of a heap block.
|
||||
|
@ -425,3 +426,4 @@ known_heap_size!(0, JSVal, PagePx, ViewportPx, DevicePixel, QuirksMode, OsRng, R
|
|||
known_heap_size!(0, TokenSerializationType, LengthOrPercentageOrAuto);
|
||||
|
||||
known_heap_size!(0, ElementState, Combinator, PseudoElement, str);
|
||||
known_heap_size!(0, Uuid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue