Fix test-tidy for Layout 2020

It seems this wasn't caught by CI when landing the build fix yesterday.
This commit is contained in:
Martin Robinson 2023-03-21 10:34:22 +01:00
parent 446a9ce4b9
commit 6851b489f5

View file

@ -1235,7 +1235,6 @@ impl LayoutThread {
rw_data.nodes_from_point_response =
results.iter().map(|result| result.node).collect()
},
&QueryMsg::ElementInnerTextQuery(node) => {
let node = unsafe { ServoLayoutNode::new(&node) };