aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/task_source/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/task_source/mod.rs')
-rw-r--r--components/script/task_source/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/task_source/mod.rs b/components/script/task_source/mod.rs
index f716473f88a..d315b34fcae 100644
--- a/components/script/task_source/mod.rs
+++ b/components/script/task_source/mod.rs
@@ -8,6 +8,7 @@ pub mod history_traversal;
pub mod media_element;
pub mod networking;
pub mod performance_timeline;
+pub mod port_message;
pub mod remote_event;
pub mod user_interaction;
pub mod websocket;
@@ -28,6 +29,7 @@ pub enum TaskSourceName {
HistoryTraversal,
Networking,
PerformanceTimeline,
+ PortMessage,
UserInteraction,
RemoteEvent,
MediaElement,