diff options
Diffstat (limited to 'components/constellation/tracing.rs')
-rw-r--r-- | components/constellation/tracing.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/constellation/tracing.rs b/components/constellation/tracing.rs index 392a6bbcc70..9993dcb1686 100644 --- a/components/constellation/tracing.rs +++ b/components/constellation/tracing.rs @@ -185,6 +185,7 @@ mod from_script { Self::GetWebGPUChan(..) => target!("GetWebGPUChan"), Self::TitleChanged(..) => target!("TitleChanged"), Self::IFrameSizes(..) => target!("IFrameSizes"), + Self::ReportMemory(..) => target!("ReportMemory"), } } } |