mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fix remaining MutHeap methods not to expose JS<T>.
This commit is contained in:
parent
57584e74c6
commit
5bdf6bb1d3
7 changed files with 42 additions and 41 deletions
|
@ -37,7 +37,7 @@ impl StorageEvent {
|
|||
oldValue: oldValue,
|
||||
newValue: newValue,
|
||||
url: url,
|
||||
storageArea: MutNullableHeap::new(storageArea.map(JS::from_ref))
|
||||
storageArea: MutNullableHeap::new(storageArea)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue