mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Pass Atom to Attr:new for the prefix argument.
This commit is contained in:
parent
89a0c004d5
commit
e8b02acb1d
5 changed files with 13 additions and 15 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().GetPrefix(), Some(copy_elem)));
|
||||
attr.r().prefix().clone(), Some(copy_elem)));
|
||||
}
|
||||
},
|
||||
_ => ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue