mirror of
https://github.com/servo/servo.git
synced 2025-07-22 06:43:40 +01:00
More files with CanGc fixes (#33892)
* More files with CanGc fixes Signed-off-by: L Ashwin B <lashwinib@gmail.com> * removed the can_gc inside !task Signed-off-by: L Ashwin B <lashwinib@gmail.com> --------- Signed-off-by: L Ashwin B <lashwinib@gmail.com>
This commit is contained in:
parent
fde8d72aca
commit
af6154cf63
31 changed files with 226 additions and 100 deletions
|
@ -759,6 +759,7 @@ impl HTMLFormElement {
|
|||
true,
|
||||
true,
|
||||
submitter_button.map(DomRoot::from_ref),
|
||||
can_gc,
|
||||
);
|
||||
let event = event.upcast::<Event>();
|
||||
event.fire(self.upcast::<EventTarget>());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue