Pass Atom to Attr:new for the prefix argument.

This commit is contained in:
Ms2ger 2014-11-14 16:00:23 +01:00 committed by Tamir Duberstein
parent 89a0c004d5
commit e8b02acb1d
5 changed files with 13 additions and 15 deletions

View file

@ -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)));
}
},
_ => ()