diff options
Diffstat (limited to 'components/profile_traits/time.rs')
-rw-r--r-- | components/profile_traits/time.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/profile_traits/time.rs b/components/profile_traits/time.rs index 4083f3f3c14..5b969ecd8f7 100644 --- a/components/profile_traits/time.rs +++ b/components/profile_traits/time.rs @@ -80,6 +80,7 @@ pub enum ProfilerCategory { ScriptUpdateReplacedElement, ScriptWebSocketEvent, ScriptWorkerEvent, + ScriptServiceWorkerEvent, ApplicationHeartbeat, } |