aboutsummaryrefslogtreecommitdiffstats
path: root/components/constellation/tracing.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/constellation/tracing.rs')
-rw-r--r--components/constellation/tracing.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/constellation/tracing.rs b/components/constellation/tracing.rs
index 6237665b87f..99551bd58fc 100644
--- a/components/constellation/tracing.rs
+++ b/components/constellation/tracing.rs
@@ -78,6 +78,7 @@ mod from_compositor {
Self::SetScrollStates(..) => target!("SetScrollStates"),
Self::PaintMetric(..) => target!("PaintMetric"),
Self::EvaluateJavaScript(..) => target!("EvaluateJavaScript"),
+ Self::CreateMemoryReport(..) => target!("CreateMemoryReport"),
}
}
}