aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/node.rs
diff options
context:
space:
mode:
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 6854dd9d9cf..6abef87acf8 100644
--- a/components/script/dom/node.rs
+++ b/components/script/dom/node.rs
@@ -898,7 +898,7 @@ impl Node {
}
pub fn unique_id(&self) -> String {
- self.unique_id.borrow().simple().to_string()
+ self.unique_id.borrow().to_simple().to_string()
}
pub fn summarize(&self) -> NodeInfo {