diff --git a/components/layout_thread_2020/lib.rs b/components/layout_thread_2020/lib.rs index d28fab9995a..fd94c32dc0c 100644 --- a/components/layout_thread_2020/lib.rs +++ b/components/layout_thread_2020/lib.rs @@ -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) };