aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/node.rs
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2014-11-14 15:28:17 +0100
committerTamir Duberstein <tamird@gmail.com>2015-04-27 11:51:13 -0700
commit89a0c004d574c69f9ca03bde2ed341cc51b21f0f (patch)
treef3e87677e0c78e5a8a8ef0e27216137d533331ce /components/script/dom/node.rs
parent5773b0bcdf7fa632938001ce1d42f3f217d010be (diff)
downloadservo-89a0c004d574c69f9ca03bde2ed341cc51b21f0f.tar.gz
servo-89a0c004d574c69f9ca03bde2ed341cc51b21f0f.zip
Store an Atom for Attr::prefix.
Diffstat (limited to 'components/script/dom/node.rs')
-rw-r--r--components/script/dom/node.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/node.rs b/components/script/dom/node.rs
index 525130af9fc..8d5c2184c0f 100644
--- a/components/script/dom/node.rs
+++ b/components/script/dom/node.rs
@@ -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)));
}
},
_ => ()