mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Resolves long-running merge conflicts
This commit is contained in:
parent
419a26e619
commit
2ba1750c40
3 changed files with 11 additions and 14 deletions
|
@ -1095,7 +1095,7 @@ impl Element {
|
|||
assert!(local_name.chars().all(|ch| {
|
||||
!ch.is_ascii() || ch.to_ascii_lowercase() == ch
|
||||
}));
|
||||
let attribute = self.get_attribute(&ns!(""), local_name);
|
||||
let attribute = self.get_attribute(&ns!(), local_name);
|
||||
|
||||
match attribute {
|
||||
Some(ref attribute) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue