diff options
Diffstat (limited to 'components/script_traits/script_msg.rs')
-rw-r--r-- | components/script_traits/script_msg.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script_traits/script_msg.rs b/components/script_traits/script_msg.rs index c3c777bb9f7..52f5fdd1188 100644 --- a/components/script_traits/script_msg.rs +++ b/components/script_traits/script_msg.rs @@ -151,8 +151,6 @@ pub enum ScriptMsg { pub struct ScopeThings { /// script resource url pub script_url: Url, - /// pipeline which requested the activation - pub pipeline_id: PipelineId, /// network load origin of the resource pub worker_load_origin: WorkerScriptLoadOrigin, /// base resources required to create worker global scopes |