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:
parent
a296020e03
commit
cc4109c03b
18 changed files with 32 additions and 42 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue