mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibWeb: Make Selection GC-allocated
This commit is contained in:
parent
be9d3860b9
commit
8f2a711132
Notes:
sideshowbarker
2024-07-17 07:25:06 +09:00
Author: https://github.com/awesomekling
Commit: 8f2a711132
Pull-request: https://github.com/SerenityOS/serenity/pull/14816
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/linusg ✅
5 changed files with 24 additions and 14 deletions
|
@ -23,7 +23,6 @@
|
|||
#include <LibWeb/Bindings/LocationObject.h>
|
||||
#include <LibWeb/Bindings/NavigatorObject.h>
|
||||
#include <LibWeb/Bindings/Replaceable.h>
|
||||
#include <LibWeb/Bindings/SelectionWrapper.h>
|
||||
#include <LibWeb/Bindings/WindowObjectHelper.h>
|
||||
#include <LibWeb/Bindings/WindowPrototype.h>
|
||||
#include <LibWeb/CSS/MediaQueryList.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue