mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove Element.node().
This commit is contained in:
parent
d53ce7f8d2
commit
1305ac4dd0
2 changed files with 5 additions and 10 deletions
|
@ -183,11 +183,6 @@ impl Element {
|
|||
document, ElementBinding::Wrap)
|
||||
}
|
||||
|
||||
#[inline]
|
||||
pub fn node<'a>(&'a self) -> &'a Node {
|
||||
&self.node
|
||||
}
|
||||
|
||||
#[inline]
|
||||
pub fn local_name<'a>(&'a self) -> &'a Atom {
|
||||
&self.local_name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue