aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen
diff options
context:
space:
mode:
authorMatt Brubeck <mbrubeck@limpet.net>2016-03-10 13:55:56 -0800
committerMatt Brubeck <mbrubeck@limpet.net>2016-03-11 09:18:22 -0800
commit1e7d60e7b793f914696c6813502ea7d87a944ab3 (patch)
tree872e9feae3bd72734c8c5b9c9e358a90bb784162 /components/script/dom/bindings/codegen
parent740965e39f4d62e5807d21734ed9a7a881eca392 (diff)
downloadservo-1e7d60e7b793f914696c6813502ea7d87a944ab3.tar.gz
servo-1e7d60e7b793f914696c6813502ea7d87a944ab3.zip
Fix work list order after split_line_at_last_known_good_position
This fixes a bug in line splitting caused by the following actions when `LineBreaker::split_line_at_last_known_good_position` is called: 1. Push some number of previous fragments onto the front of the work list. 2. Push the current fragment back onto the front work list. This resulted in the work list being out of order. The correct order is action 2 followed by action 1. Fixes #9830.
Diffstat (limited to 'components/script/dom/bindings/codegen')
0 files changed, 0 insertions, 0 deletions