mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Upgrade to html5ever 0.29 and xml5ever 0.20 (#33412)
* Upgrade html5ever and xml5ever Signed-off-by: Nico Burns <nico@nicoburns.com> * Upgrade stylo (minor bump for upgraded 5ever deps) Signed-off-by: Nico Burns <nico@nicoburns.com> --------- Signed-off-by: Nico Burns <nico@nicoburns.com>
This commit is contained in:
parent
747e562ff0
commit
b1486d311a
4 changed files with 26 additions and 28 deletions
|
@ -694,6 +694,7 @@ impl TreeSink for Sink {
|
|||
}
|
||||
|
||||
type Handle = ParseNode;
|
||||
type ElemName<'a> = ExpandedName<'a> where Self: 'a;
|
||||
|
||||
fn get_document(&self) -> Self::Handle {
|
||||
self.document_node.clone()
|
||||
|
|
|
@ -1085,6 +1085,7 @@ impl TreeSink for Sink {
|
|||
}
|
||||
|
||||
type Handle = Dom<Node>;
|
||||
type ElemName<'a> = ExpandedName<'a> where Self: 'a;
|
||||
|
||||
#[allow(crown::unrooted_must_root)]
|
||||
fn get_document(&self) -> Dom<Node> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue