mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Remove Optional pipeline_id
This commit is contained in:
parent
f183d66217
commit
5c3bda0251
5 changed files with 14 additions and 18 deletions
|
@ -962,7 +962,7 @@ pub struct WorkerScriptLoadOrigin {
|
|||
/// the referrer policy which is used
|
||||
pub referrer_policy: Option<ReferrerPolicy>,
|
||||
/// the pipeline id of the entity requesting the load
|
||||
pub pipeline_id: Option<PipelineId>,
|
||||
pub pipeline_id: PipelineId,
|
||||
}
|
||||
|
||||
/// Errors from executing a paint worklet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue