1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:37:36 +00:00

LibWeb: Move HTML::SubmitEvent functions out of line

This commit is contained in:
Andreas Kling 2021-01-18 08:32:57 +01:00
parent 10c3168fa0
commit 0db6835e73
3 changed files with 58 additions and 10 deletions

View file

@ -140,6 +140,7 @@ set(SOURCES
HTML/Parser/HTMLTokenizer.cpp
HTML/Parser/ListOfActiveFormattingElements.cpp
HTML/Parser/StackOfOpenElements.cpp
HTML/SubmitEvent.cpp
HTML/TagNames.cpp
HighResolutionTime/Performance.cpp
InProcessWebView.cpp