mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Various CanGc fixes in 8 files (#33893)
* Various CanGc fixes in 8 files Signed-off-by: L Ashwin B <lashwinib@gmail.com> * fixed merge conflicts and formatting Signed-off-by: L Ashwin B <lashwinib@gmail.com> --------- Signed-off-by: L Ashwin B <lashwinib@gmail.com>
This commit is contained in:
parent
6b87ecc291
commit
fde8d72aca
13 changed files with 77 additions and 58 deletions
|
@ -82,6 +82,7 @@ impl StorageEvent {
|
|||
newValue: Option<DOMString>,
|
||||
url: DOMString,
|
||||
storageArea: Option<&Storage>,
|
||||
can_gc: CanGc,
|
||||
) -> DomRoot<StorageEvent> {
|
||||
Self::new_with_proto(
|
||||
global,
|
||||
|
@ -94,7 +95,7 @@ impl StorageEvent {
|
|||
newValue,
|
||||
url,
|
||||
storageArea,
|
||||
CanGc::note(),
|
||||
can_gc,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue