mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
style: Remove get_ prefix from get_state and get_id.
This commit is contained in:
parent
b8fb41da0c
commit
98c9292ecb
10 changed files with 27 additions and 25 deletions
|
@ -200,7 +200,7 @@ where
|
|||
let mut id_added = None;
|
||||
if snapshot.id_changed() {
|
||||
let old_id = snapshot.id_attr();
|
||||
let current_id = element.get_id();
|
||||
let current_id = element.id();
|
||||
|
||||
if old_id != current_id {
|
||||
id_removed = old_id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue