Remove dead link.

This commit is contained in:
Corey Farwell 2016-04-10 22:03:03 -04:00
parent e10ab5ae53
commit e397b30278

View file

@ -791,7 +791,6 @@ impl Element {
}
}
// https://html.spec.whatwg.org/multipage/#root-element
pub fn get_root_element(&self) -> Root<Element> {
if self.node.is_in_doc() {
self.upcast::<Node>()