mirror of
https://github.com/servo/servo.git
synced 2025-06-08 08:33:26 +00:00
Some CanGc fixes in components/script/dom (#33895)
Signed-off-by: taniishkaaa <tanishkasingh2004@gmail.com>
This commit is contained in:
parent
e33bae6d0a
commit
6b87ecc291
5 changed files with 23 additions and 15 deletions
|
@ -1624,7 +1624,7 @@ impl ScriptThread {
|
|||
},
|
||||
|
||||
CompositorEvent::KeyboardEvent(key_event) => {
|
||||
document.dispatch_key_event(key_event);
|
||||
document.dispatch_key_event(key_event, can_gc);
|
||||
},
|
||||
|
||||
CompositorEvent::IMEDismissedEvent => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue