aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_runtime.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/script_runtime.rs')
-rw-r--r--components/script/script_runtime.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/script_runtime.rs b/components/script/script_runtime.rs
index 061b80502b8..25fdcb579cb 100644
--- a/components/script/script_runtime.rs
+++ b/components/script/script_runtime.rs
@@ -69,6 +69,7 @@ pub enum ScriptThreadEventCategory {
UpdateReplacedElement,
WebSocketEvent,
WorkerEvent,
+ ServiceWorkerEvent
}
/// An interface for receiving ScriptMsg values in an event loop. Used for synchronous DOM