aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_traits/script_msg.rs
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2016-10-03 18:52:54 +0200
committerAnthony Ramine <n.oxyde@gmail.com>2016-10-04 14:05:28 +0200
commitd02a615fccd550ea4ef770db4cd7f1ef1e4715d6 (patch)
tree605eadbbb6119d8520e4ca61ce0d27d2f97e9eab /components/script_traits/script_msg.rs
parent1aebe9fde61e3eb50c0c9d61d0617eab45c3cf97 (diff)
downloadservo-d02a615fccd550ea4ef770db4cd7f1ef1e4715d6.tar.gz
servo-d02a615fccd550ea4ef770db4cd7f1ef1e4715d6.zip
Remove ScopeThings::pipeline_id
It can be retrieved through its init field.
Diffstat (limited to 'components/script_traits/script_msg.rs')
-rw-r--r--components/script_traits/script_msg.rs2
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