LibWeb: Rename CSSParser => DeprecatedCSSParser

This commit is contained in:
Andreas Kling 2021-03-09 17:22:35 +01:00
commit 16cde3f14a
Notes: sideshowbarker 2024-07-18 21:34:27 +09:00
12 changed files with 11 additions and 12 deletions

View file

@ -25,7 +25,7 @@
*/
#include <LibGfx/Bitmap.h>
#include <LibWeb/CSS/Parser/CSSParser.h>
#include <LibWeb/CSS/Parser/DeprecatedCSSParser.h>
#include <LibWeb/CSS/StyleResolver.h>
#include <LibWeb/DOM/Document.h>
#include <LibWeb/DOM/Event.h>

View file

@ -27,7 +27,7 @@
#include <AK/ByteBuffer.h>
#include <AK/URL.h>
#include <LibWeb/CSS/Parser/CSSParser.h>
#include <LibWeb/CSS/Parser/DeprecatedCSSParser.h>
#include <LibWeb/DOM/Document.h>
#include <LibWeb/HTML/HTMLLinkElement.h>
#include <LibWeb/Loader/ResourceLoader.h>

View file

@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <LibWeb/CSS/Parser/CSSParser.h>
#include <LibWeb/CSS/Parser/DeprecatedCSSParser.h>
#include <LibWeb/HTML/HTMLTableCellElement.h>
namespace Web::HTML {

View file

@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <LibWeb/CSS/Parser/CSSParser.h>
#include <LibWeb/CSS/Parser/DeprecatedCSSParser.h>
#include <LibWeb/HTML/HTMLTableElement.h>
namespace Web::HTML {