mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 18:46:03 +00:00
LibWeb: Rename StyleRule => CSSStyleRule
This matches the CSSOM specification.
This commit is contained in:
parent
3532e1788f
commit
0af4762662
Notes:
sideshowbarker
2024-07-18 21:38:29 +09:00
Author: https://github.com/awesomekling
Commit: 0af4762662
11 changed files with 23 additions and 23 deletions
|
@ -24,8 +24,8 @@
|
|||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <LibWeb/CSS/CSSStyleRule.h>
|
||||
#include <LibWeb/CSS/StyleInvalidator.h>
|
||||
#include <LibWeb/CSS/StyleRule.h>
|
||||
#include <LibWeb/DOM/Document.h>
|
||||
#include <LibWeb/DOM/Element.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue