mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
CanGc fixes through focusevent.rs & hashchangeevent.rs (#33921)
Signed-off-by: taniishkaaa <tanishkasingh2004@gmail.com>
This commit is contained in:
parent
d0d02cd56c
commit
a57b6a3f79
20 changed files with 140 additions and 69 deletions
|
@ -2262,7 +2262,8 @@ impl Window {
|
|||
false,
|
||||
false,
|
||||
old_url,
|
||||
new_url);
|
||||
new_url,
|
||||
CanGc::note());
|
||||
event.upcast::<Event>().fire(this.upcast::<EventTarget>());
|
||||
});
|
||||
// FIXME(nox): Why are errors silenced here?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue