aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/task_source/remote_event.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/task_source/remote_event.rs')
-rw-r--r--components/script/task_source/remote_event.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/task_source/remote_event.rs b/components/script/task_source/remote_event.rs
index e58f94d1645..89b9aef303e 100644
--- a/components/script/task_source/remote_event.rs
+++ b/components/script/task_source/remote_event.rs
@@ -8,7 +8,7 @@ use crate::task_source::{TaskSource, TaskSourceName};
use msg::constellation_msg::PipelineId;
#[derive(JSTraceable)]
-pub struct RemoteEventTaskSource(pub Box<ScriptChan + Send + 'static>, pub PipelineId);
+pub struct RemoteEventTaskSource(pub Box<dyn ScriptChan + Send + 'static>, pub PipelineId);
impl Clone for RemoteEventTaskSource {
fn clone(&self) -> RemoteEventTaskSource {