mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
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:
commit
5cf89fea48
10 changed files with 90 additions and 126 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue