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 73a48efa764..c6afff4e7b5 100644 --- a/components/profile/time.rs +++ b/components/profile/time.rs @@ -104,6 +104,7 @@ impl Formattable for ProfilerCategory { ProfilerCategory::ScriptDocumentEvent => "Script Document Event", ProfilerCategory::ScriptEvaluate => "Script JS Evaluate", ProfilerCategory::ScriptFileRead => "Script File Read", + ProfilerCategory::ScriptFontLoading => "Script Font Loading", ProfilerCategory::ScriptHistoryEvent => "Script History Event", ProfilerCategory::ScriptImageCacheMsg => "Script Image Cache Msg", ProfilerCategory::ScriptInputEvent => "Script Input Event", |