mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Format remaining files
This commit is contained in:
parent
bf47f90da6
commit
cb07debcb6
252 changed files with 5944 additions and 3744 deletions
|
@ -86,7 +86,7 @@ impl URL {
|
|||
return Err(Error::Type(format!("could not parse base: {}", error)));
|
||||
},
|
||||
}
|
||||
},
|
||||
}
|
||||
};
|
||||
// Step 3.
|
||||
let parsed_url = match ServoUrl::parse_with_base(parsed_base.as_ref(), &url.0) {
|
||||
|
@ -121,7 +121,7 @@ impl URL {
|
|||
/*
|
||||
If the value provided for the url argument is not a Blob URL OR
|
||||
if the value provided for the url argument does not have an entry in the Blob URL Store,
|
||||
|
||||
|
||||
this method call does nothing. User agents may display a message on the error console.
|
||||
*/
|
||||
let origin = get_blob_origin(&global.get_url());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue