mirror of
https://github.com/servo/servo.git
synced 2025-07-12 18:03:49 +01:00
Remove useless traverse_subtree call warning.
This commit is contained in:
parent
357df35045
commit
07cd69b571
1 changed files with 0 additions and 1 deletions
|
@ -140,7 +140,6 @@ fn traverse_subtree(element: GeckoElement, raw_data: RawServoStyleSetBorrowed,
|
|||
|
||||
let token = RecalcStyleOnly::pre_traverse(element, &per_doc_data.stylist, unstyled_children_only);
|
||||
if !token.should_traverse() {
|
||||
error!("Unnecessary call to traverse_subtree");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue