mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Remove intrinsic Root::r()
This commit is contained in:
parent
51bcf516c8
commit
0b3ab875f4
55 changed files with 275 additions and 310 deletions
|
@ -62,7 +62,7 @@ impl HTMLTableSectionElementMethods for HTMLTableSectionElement {
|
|||
node.insert_cell_or_row(
|
||||
index,
|
||||
|| self.Rows(),
|
||||
|| HTMLTableRowElement::new(atom!("tr"), None, node.owner_doc().r()))
|
||||
|| HTMLTableRowElement::new(atom!("tr"), None, &node.owner_doc()))
|
||||
}
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#dom-tbody-deleterow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue