mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:38:11 +00:00
LibHTML: Rename Document's invalidate_{style,layout}() to update_foo()
This commit is contained in:
parent
61ef17b87a
commit
667b31746a
5 changed files with 13 additions and 13 deletions
|
@ -29,7 +29,7 @@ void HTMLLinkElement::inserted_into(Node&)
|
|||
return;
|
||||
}
|
||||
document().add_sheet(*sheet);
|
||||
document().invalidate_style();
|
||||
document().update_style();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue