diff options
Diffstat (limited to 'components/script_traits/lib.rs')
-rw-r--r-- | components/script_traits/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script_traits/lib.rs b/components/script_traits/lib.rs index 158614c78a7..6989d53eb72 100644 --- a/components/script_traits/lib.rs +++ b/components/script_traits/lib.rs @@ -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 |