Auto merge of #10453 - Ms2ger:uuid, r=KiChjang

Update uuid.

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10453)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-04-07 16:18:20 +05:30
commit 5cf89fea48
10 changed files with 90 additions and 126 deletions

View file

@ -799,7 +799,7 @@ impl Node {
}
pub fn unique_id(&self) -> String {
self.unique_id.borrow().to_simple_string()
self.unique_id.borrow().simple().to_string()
}
pub fn summarize(&self) -> NodeInfo {