mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Remove dead link.
This commit is contained in:
parent
e10ab5ae53
commit
e397b30278
1 changed files with 0 additions and 1 deletions
|
@ -791,7 +791,6 @@ impl Element {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// https://html.spec.whatwg.org/multipage/#root-element
|
|
||||||
pub fn get_root_element(&self) -> Root<Element> {
|
pub fn get_root_element(&self) -> Root<Element> {
|
||||||
if self.node.is_in_doc() {
|
if self.node.is_in_doc() {
|
||||||
self.upcast::<Node>()
|
self.upcast::<Node>()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue