mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:37:35 +00:00
LibWeb: Move DOM/TagNames.* => HTML/TagNames.*
This commit is contained in:
parent
59afcddcfe
commit
4dbecf0b65
3 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,6 @@ set(SOURCES
|
|||
DOM/ParentNode.cpp
|
||||
DOM/Position.cpp
|
||||
DOM/ShadowRoot.cpp
|
||||
DOM/TagNames.cpp
|
||||
DOM/Text.cpp
|
||||
DOM/Text.idl
|
||||
DOM/Timer.cpp
|
||||
|
@ -138,6 +137,7 @@ set(SOURCES
|
|||
HTML/Parser/HTMLTokenizer.cpp
|
||||
HTML/Parser/ListOfActiveFormattingElements.cpp
|
||||
HTML/Parser/StackOfOpenElements.cpp
|
||||
HTML/TagNames.cpp
|
||||
HighResolutionTime/Performance.cpp
|
||||
InProcessWebView.cpp
|
||||
Layout/BlockBox.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue