1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:48:14 +00:00

LibWeb: Make Selection GC-allocated

This commit is contained in:
Andreas Kling 2022-09-04 13:20:53 +02:00
parent be9d3860b9
commit 8f2a711132
5 changed files with 24 additions and 14 deletions

View file

@ -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>