Fix building with feature=tracing (#34815)

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
Simon Wülker 2025-01-03 06:29:07 +01:00 committed by GitHub
parent da2074e5d6
commit b87a0db497
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 126 additions and 7 deletions

View file

@ -226,7 +226,7 @@ where
#[cfg_attr(
feature = "tracing",
tracing::instrument(
skip(embedder, window),
skip(rendering_context, embedder, window),
fields(servo_profiling = true),
level = "trace",
)