mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Update uuid
This commit is contained in:
parent
9a41af68a4
commit
36c4208f22
13 changed files with 57 additions and 58 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue