diff options
Diffstat (limited to 'components/profile/time.rs')
-rw-r--r-- | components/profile/time.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/profile/time.rs b/components/profile/time.rs index 928eca4a263..dfe5c37068d 100644 --- a/components/profile/time.rs +++ b/components/profile/time.rs @@ -150,6 +150,7 @@ impl Formattable for ProfilerCategory { ProfilerCategory::ScriptEnterFullscreen => "Script Enter Fullscreen", ProfilerCategory::ScriptExitFullscreen => "Script Exit Fullscreen", ProfilerCategory::ScriptWebVREvent => "Script WebVR Event", + ProfilerCategory::ScriptWorkletEvent => "Script Worklet Event", ProfilerCategory::ApplicationHeartbeat => "Application Heartbeat", }; format!("{}{}", padding, name) |