1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:17:44 +00:00

LibWeb: Move the HTML parser into HTML/Parser/

This commit is contained in:
Andreas Kling 2020-07-28 19:18:23 +02:00
parent a296020e03
commit cc4109c03b
18 changed files with 32 additions and 42 deletions

View file

@ -43,7 +43,7 @@
#include <LibJS/Runtime/JSONObject.h>
#include <LibJS/Runtime/MarkedValueList.h>
#include <LibWeb/PageView.h>
#include <LibWeb/Parser/HTMLDocumentParser.h>
#include <LibWeb/HTML/Parser/HTMLDocumentParser.h>
#include <LibWeb/Loader/ResourceLoader.h>
#include <sys/time.h>