mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
LibHTML: Rename Document's invalidate_{style,layout}() to update_foo()
This commit is contained in:
@@ -29,7 +29,7 @@ void HTMLLinkElement::inserted_into(Node&)
|
||||
return;
|
||||
}
|
||||
document().add_sheet(*sheet);
|
||||
document().invalidate_style();
|
||||
document().update_style();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user