LibWeb/HTML: Extract ErrorInformation struct into its own files

This is used from a few different places in the spec.
This commit is contained in:
Sam Atkins 2025-11-27 14:17:21 +00:00 committed by Andreas Kling
parent c1c24e8fd6
commit 218e646e72
Notes: github-actions[bot] 2025-11-30 10:48:18 +00:00
4 changed files with 97 additions and 66 deletions

View file

@ -474,6 +474,7 @@ set(SOURCES
HTML/ElementInternals.cpp
HTML/EmbedderPolicy.cpp
HTML/ErrorEvent.cpp
HTML/ErrorInformation.cpp
HTML/EventHandler.cpp
HTML/EventLoop/EventLoop.cpp
HTML/EventLoop/Task.cpp