Rebase and fix innerText

This commit is contained in:
Pyfisch 2018-02-15 11:18:55 +01:00
parent bc87b41db3
commit 23fcd3a850
3 changed files with 13 additions and 28 deletions

View file

@ -1427,7 +1427,7 @@ impl LayoutThread {
ReflowGoal::ElementInnerTextQuery(node) => {
let node = unsafe { ServoLayoutNode::new(&node) };
rw_data.element_inner_text_response =
process_element_inner_text_query(node, &rw_data.display_list);
process_element_inner_text_query(node, &rw_data.indexable_text);
},
ReflowGoal::Full | ReflowGoal::TickAnimations => {}
}