clippy: Fix a few problems in components/script/dom (#31955)

* fixed various clippy warnings

* fixed various clippy warnings

* fixed various clippy warnings
This commit is contained in:
Rosemary Ajayi 2024-03-31 23:15:13 +00:00 committed by GitHub
parent 9401102691
commit 00c4d798c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 7 additions and 9 deletions

View file

@ -874,7 +874,7 @@ impl TestBindingMethods for TestBinding {
.get(pref_name.as_ref())
.as_str()
.map(DOMString::from)
.unwrap_or_else(DOMString::new)
.unwrap_or_default()
}
fn PrefControlledAttributeDisabled(&self) -> bool {
false