Store an Atom for Attr::prefix.

This commit is contained in:
Ms2ger 2014-11-14 15:28:17 +01:00 committed by Tamir Duberstein
parent 5773b0bcdf
commit 89a0c004d5
2 changed files with 5 additions and 5 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().prefix().clone(), Some(copy_elem)));
attr.r().GetPrefix(), Some(copy_elem)));
}
},
_ => ()