summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Fetch/Infrastructure
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2022-09-04 16:56:15 +0200
committerAndreas Kling <kling@serenityos.org>2022-09-06 00:27:09 +0200
commit497ead37bcc959a9325aa22b0a233e302b071229 (patch)
tree5657266abb6d64bef43e251c002d05a392055562 /Userland/Libraries/LibWeb/Fetch/Infrastructure
parent0e47754ac82b3c9996732fc29dac9d2a1abed8ac (diff)
downloadserenity-497ead37bcc959a9325aa22b0a233e302b071229.zip
LibWeb: Make DOMException GC-allocated
Diffstat (limited to 'Userland/Libraries/LibWeb/Fetch/Infrastructure')
-rw-r--r--Userland/Libraries/LibWeb/Fetch/Infrastructure/HTTP/Bodies.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/Fetch/Infrastructure/HTTP/Bodies.h b/Userland/Libraries/LibWeb/Fetch/Infrastructure/HTTP/Bodies.h
index f487874fa0..8f4dfcad4e 100644
--- a/Userland/Libraries/LibWeb/Fetch/Infrastructure/HTTP/Bodies.h
+++ b/Userland/Libraries/LibWeb/Fetch/Infrastructure/HTTP/Bodies.h
@@ -11,6 +11,7 @@
#include <AK/NonnullRefPtr.h>
#include <AK/Optional.h>
#include <AK/Variant.h>
+#include <LibJS/Heap/Handle.h>
#include <LibWeb/FileAPI/Blob.h>
namespace Web::Fetch::Infrastructure {