mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 02:29:21 +00:00
LibWeb: Rename CSSParser => DeprecatedCSSParser
This commit is contained in:
parent
078f0a5c67
commit
16cde3f14a
Notes:
sideshowbarker
2024-07-18 21:34:27 +09:00
Author: https://github.com/awesomekling
Commit: 16cde3f14a
12 changed files with 11 additions and 12 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include <AK/AnyOf.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
#include <LibWeb/CSS/Parser/CSSParser.h>
|
||||
#include <LibWeb/CSS/Parser/DeprecatedCSSParser.h>
|
||||
#include <LibWeb/CSS/PropertyID.h>
|
||||
#include <LibWeb/CSS/StyleInvalidator.h>
|
||||
#include <LibWeb/CSS/StyleResolver.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue