LibWeb: Move StructuredSerializeOptions to its own header

This largely reduces the number of files needed to be compiled when we
change the MessagePort header.
This commit is contained in:
Timothy Flynn 2024-10-17 08:46:48 -04:00 committed by Tim Flynn
parent 5ed702e211
commit 32a22c49e3
Notes: github-actions[bot] 2024-10-17 20:35:59 +00:00
16 changed files with 31 additions and 22 deletions

View file

@ -5,14 +5,12 @@
*/
#include <AK/Debug.h>
#include <LibJS/Runtime/ConsoleObject.h>
#include <LibJS/Runtime/Realm.h>
#include <LibWeb/Bindings/MainThreadVM.h>
#include <LibWeb/Bindings/WorkerPrototype.h>
#include <LibWeb/HTML/MessagePort.h>
#include <LibWeb/HTML/Scripting/Environments.h>
#include <LibWeb/HTML/Scripting/TemporaryExecutionContext.h>
#include <LibWeb/HTML/Scripting/WindowEnvironmentSettingsObject.h>
#include <LibWeb/HTML/Worker.h>
#include <LibWeb/WebIDL/ExceptionOr.h>
namespace Web::HTML {