1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:57:46 +00:00

LibWeb: Implement StaticRange

This commit is contained in:
Luke Wilde 2022-01-30 23:37:42 +00:00 committed by Andreas Kling
parent a2acda5669
commit 3d44118595
6 changed files with 93 additions and 0 deletions

View file

@ -117,6 +117,7 @@ class ProcessingInstruction;
class Range;
class ShadowRoot;
class StaticNodeList;
class StaticRange;
class Text;
class Timer;
class Window;
@ -481,6 +482,7 @@ class RangeWrapper;
class ResizeObserverWrapper;
class ScreenWrapper;
class SelectionWrapper;
class StaticRangeWrapper;
class StorageWrapper;
class StyleSheetListWrapper;
class StyleSheetWrapper;