mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Root JS object members in dictionaries
This commit is contained in:
parent
b49acf40ba
commit
760e0a5b57
2 changed files with 4 additions and 6 deletions
|
@ -369,7 +369,7 @@ impl TestBindingMethods for TestBinding {
|
|||
nullableFloatValue: None,
|
||||
nullableLongLongValue: None,
|
||||
nullableLongValue: None,
|
||||
nullableObjectValue: Heap::default(),
|
||||
nullableObjectValue: RootedTraceableBox::new(Heap::default()),
|
||||
nullableOctetValue: None,
|
||||
nullableShortValue: None,
|
||||
nullableStringValue: None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue