remove get_rooted() and replace all references to it with references to get()

This commit is contained in:
rohan.prinja 2015-10-29 21:48:39 +09:00
parent 430578355b
commit 4a4f041948
11 changed files with 28 additions and 34 deletions

View file

@ -319,7 +319,7 @@ impl Attr {
}
pub fn owner(&self) -> Option<Root<Element>> {
self.owner.get_rooted()
self.owner.get()
}
pub fn summarize(&self) -> AttrInfo {