mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +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
|
@ -88,6 +88,7 @@ use style::restyle_hints::ElementSnapshot;
|
|||
use style::values::specified::Length;
|
||||
use url::Url;
|
||||
use util::str::{DOMString, LengthOrPercentageOrAuto};
|
||||
use uuid::Uuid;
|
||||
|
||||
|
||||
/// A trait to allow tracing (only) DOM objects.
|
||||
|
@ -252,7 +253,7 @@ impl<A: JSTraceable, B: JSTraceable> JSTraceable for (A, B) {
|
|||
}
|
||||
|
||||
|
||||
no_jsmanaged_fields!(bool, f32, f64, String, Url, AtomicBool);
|
||||
no_jsmanaged_fields!(bool, f32, f64, String, Url, AtomicBool, Uuid);
|
||||
no_jsmanaged_fields!(usize, u8, u16, u32, u64);
|
||||
no_jsmanaged_fields!(isize, i8, i16, i32, i64);
|
||||
no_jsmanaged_fields!(Sender<T>);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue