mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Use DOMString::new() somewhat consistently.
This commit is contained in:
parent
dab3926622
commit
e6aa976462
24 changed files with 67 additions and 68 deletions
|
@ -54,7 +54,7 @@ impl DOMStringMapMethods for DOMStringMap {
|
|||
},
|
||||
None => {
|
||||
*found = false;
|
||||
String::new()
|
||||
DOMString::new()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue