mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
Remove Optional pipeline_id
This commit is contained in:
parent
f183d66217
commit
5c3bda0251
5 changed files with 14 additions and 18 deletions
|
@ -289,7 +289,7 @@ impl ServiceWorkerGlobalScope {
|
|||
.credentials_mode(CredentialsMode::Include)
|
||||
.parser_metadata(ParserMetadata::NotParserInserted)
|
||||
.use_url_credentials(true)
|
||||
.pipeline_id(pipeline_id)
|
||||
.pipeline_id(Some(pipeline_id))
|
||||
.referrer(referrer)
|
||||
.referrer_policy(referrer_policy)
|
||||
.origin(origin);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue