mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
selectors: Remove the get_ prefix from get_local_name and get_namespace.
This commit is contained in:
parent
da99f159f4
commit
7ab4b21bc3
12 changed files with 60 additions and 55 deletions
|
@ -98,8 +98,8 @@ where
|
|||
E: TElement,
|
||||
F: FnMut(u32),
|
||||
{
|
||||
f(element.get_local_name().get_hash());
|
||||
f(element.get_namespace().get_hash());
|
||||
f(element.local_name().get_hash());
|
||||
f(element.namespace().get_hash());
|
||||
|
||||
if let Some(id) = element.get_id() {
|
||||
f(id.get_hash());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue