From 5c3bda025144118fc8dd67a3f975d8f91fd25e78 Mon Sep 17 00:00:00 2001 From: Warren Fisher Date: Thu, 19 Dec 2019 02:25:43 -0400 Subject: Remove Optional pipeline_id --- components/script_traits/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/script_traits/lib.rs') 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, /// the pipeline id of the entity requesting the load - pub pipeline_id: Option, + pub pipeline_id: PipelineId, } /// Errors from executing a paint worklet -- cgit v1.2.3