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

@ -19,6 +19,7 @@
#include <LibJS/Runtime/FunctionObject.h>
#include <LibJS/Runtime/NativeFunction.h>
#include <LibURL/Origin.h>
#include <LibURL/Parser.h>
#include <LibUnicode/Segmenter.h>
#include <LibWeb/Animations/Animation.h>
#include <LibWeb/Animations/AnimationPlaybackEvent.h>