mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
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:
parent
53ad982bb7
commit
43973f2d0a
Notes:
github-actions[bot]
2024-10-05 08:47:44 +00:00
Author: https://github.com/shannonbooth
Commit: 43973f2d0a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1636
5 changed files with 58 additions and 33 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue