mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Formatting.
This commit is contained in:
parent
dbff26bce0
commit
0e8ac3fdac
81 changed files with 588 additions and 206 deletions
|
@ -40,7 +40,11 @@ impl URLSearchParams {
|
|||
Self::new_with_proto(global, None, url)
|
||||
}
|
||||
|
||||
pub fn new_with_proto(global: &GlobalScope, proto: Option<HandleObject>, url: Option<&URL>) -> DomRoot<URLSearchParams> {
|
||||
pub fn new_with_proto(
|
||||
global: &GlobalScope,
|
||||
proto: Option<HandleObject>,
|
||||
url: Option<&URL>,
|
||||
) -> DomRoot<URLSearchParams> {
|
||||
reflect_dom_object2(Box::new(URLSearchParams::new_inherited(url)), global, proto)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue