mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Combine two impl
s into one
This commit is contained in:
parent
11d1184663
commit
b5276194f4
1 changed files with 0 additions and 2 deletions
|
@ -182,9 +182,7 @@ impl URLSearchParams {
|
|||
.extend_pairs(&*list)
|
||||
.finish()
|
||||
}
|
||||
}
|
||||
|
||||
impl URLSearchParams {
|
||||
// https://url.spec.whatwg.org/#concept-urlsearchparams-update
|
||||
fn update_steps(&self) {
|
||||
if let Some(url) = self.url.root() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue