mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
More CanGc fixes (#33888)
Signed-off-by: L Ashwin B <lashwinib@gmail.com>
This commit is contained in:
parent
720d632170
commit
9c893c7f4d
25 changed files with 102 additions and 58 deletions
|
@ -43,17 +43,10 @@ impl CompositionEvent {
|
|||
view: Option<&Window>,
|
||||
detail: i32,
|
||||
data: DOMString,
|
||||
can_gc: CanGc,
|
||||
) -> DomRoot<CompositionEvent> {
|
||||
Self::new_with_proto(
|
||||
window,
|
||||
None,
|
||||
type_,
|
||||
can_bubble,
|
||||
cancelable,
|
||||
view,
|
||||
detail,
|
||||
data,
|
||||
CanGc::note(),
|
||||
window, None, type_, can_bubble, cancelable, view, detail, data, can_gc,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue