mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -40,6 +40,7 @@ impl OfflineAudioCompletionEvent {
|
|||
bubbles: EventBubbles,
|
||||
cancelable: EventCancelable,
|
||||
rendered_buffer: &AudioBuffer,
|
||||
can_gc: CanGc,
|
||||
) -> DomRoot<OfflineAudioCompletionEvent> {
|
||||
Self::new_with_proto(
|
||||
window,
|
||||
|
@ -48,7 +49,7 @@ impl OfflineAudioCompletionEvent {
|
|||
bubbles,
|
||||
cancelable,
|
||||
rendered_buffer,
|
||||
CanGc::note(),
|
||||
can_gc,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue