mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Store an Atom for Attr::prefix.
This commit is contained in:
parent
5773b0bcdf
commit
89a0c004d5
2 changed files with 5 additions and 5 deletions
|
@ -1778,7 +1778,7 @@ impl Node {
|
|||
&Attr::new(window.r(),
|
||||
attr.r().local_name().clone(), attr.r().value().clone(),
|
||||
attr.r().name().clone(), attr.r().namespace().clone(),
|
||||
attr.r().prefix().clone(), Some(copy_elem)));
|
||||
attr.r().GetPrefix(), Some(copy_elem)));
|
||||
}
|
||||
},
|
||||
_ => ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue