mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Store rootable dictionary members of dictionaries in RootedTraceableBox.
This commit is contained in:
parent
da65698c5c
commit
b169689f32
4 changed files with 29 additions and 26 deletions
|
@ -343,7 +343,7 @@ impl TestBindingMethods for TestBinding {
|
|||
anyValue: Heap::new(NullValue()),
|
||||
booleanValue: None,
|
||||
byteValue: None,
|
||||
dict: TestDictionaryDefaults {
|
||||
dict: RootedTraceableBox::new(TestDictionaryDefaults {
|
||||
UnrestrictedDoubleValue: 0.0,
|
||||
anyValue: Heap::new(NullValue()),
|
||||
booleanValue: false,
|
||||
|
@ -379,7 +379,7 @@ impl TestBindingMethods for TestBinding {
|
|||
unsignedLongValue: 0,
|
||||
unsignedShortValue: 0,
|
||||
usvstringValue: USVString("".to_owned()),
|
||||
},
|
||||
}),
|
||||
doubleValue: None,
|
||||
enumValue: None,
|
||||
floatValue: None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue