Bug 1630676 - Fix a typo introduced earlier in this bug.

MANUAL PUSH: orange

CLOSED TREE
This commit is contained in:
Emilio Cobos Álvarez 2020-04-16 19:24:27 +02:00
Родитель 3cd455d5ca
Коммит a891140d96
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -300,7 +300,7 @@ pub extern "C" fn Servo_TraverseSubtree(
let global_style_data = &*GLOBAL_STYLE_DATA;
let guard = global_style_data.shared_lock.read();
let was_initial_style = element.has_data();
let was_initial_style = !element.has_data();
if needs_animation_only_restyle {
debug!(