mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Make CanGc derive Copy and Clone (#33407)
Signed-off-by: Taym <haddadi.taym@gmail.com>
This commit is contained in:
parent
637770600f
commit
747e562ff0
15 changed files with 61 additions and 72 deletions
|
@ -75,7 +75,7 @@ impl MediaElementAudioSourceNode {
|
|||
Box::new(node),
|
||||
window,
|
||||
proto,
|
||||
CanGc::note(),
|
||||
can_gc,
|
||||
))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue