mirror of
https://github.com/servo/servo.git
synced 2025-07-22 14:53:49 +01:00
Update html5ever to 0.5.0
This commit is contained in:
parent
4c4df37a12
commit
fc7f05a751
5 changed files with 8 additions and 8 deletions
|
@ -522,7 +522,7 @@ struct Tracer {
|
|||
impl tree_builder::Tracer for Tracer {
|
||||
type Handle = JS<Node>;
|
||||
#[allow(unrooted_must_root)]
|
||||
fn trace_handle(&self, node: JS<Node>) {
|
||||
fn trace_handle(&self, node: &JS<Node>) {
|
||||
node.trace(self.trc);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue