diff options
-rw-r--r-- | components/style/data.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/data.rs b/components/style/data.rs index 21d35252304..c835593fed2 100644 --- a/components/style/data.rs +++ b/components/style/data.rs @@ -324,7 +324,7 @@ impl ElementData { } debug_assert!(hint.has_recascade_self(), - "We definitely need to do something!"); + "We definitely need to do something: {:?}!", hint); return RestyleKind::CascadeOnly; } |