LibURL: Define Origin methods depending on URL::Parser out of line

This is also in an effort towards resolving a future circular dependency
between Origin.h and URL.h
This commit is contained in:
Shannon Booth 2024-10-05 16:33:30 +13:00 committed by Andreas Kling
commit 43973f2d0a
Notes: github-actions[bot] 2024-10-05 08:47:44 +00:00
5 changed files with 58 additions and 33 deletions

View file

@ -4,6 +4,7 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <LibURL/Parser.h>
#include <LibWeb/DOM/Document.h>
#include <LibWeb/Fetch/Fetching/Fetching.h>
#include <LibWeb/Fetch/Infrastructure/FetchAlgorithms.h>