mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:07:36 +00:00
LibWeb: Abstract Range's members into AbstractRange
Range's member variables are stored in AbstractRange as per the spec, as they are also shared with StaticRange.
This commit is contained in:
parent
ed76b4238c
commit
a2acda5669
8 changed files with 86 additions and 42 deletions
|
@ -86,6 +86,7 @@ class UnsetStyleValue;
|
|||
}
|
||||
|
||||
namespace Web::DOM {
|
||||
class AbstractRange;
|
||||
class AbortController;
|
||||
class AbortSignal;
|
||||
class Attribute;
|
||||
|
@ -347,6 +348,7 @@ class URLSearchParamsIterator;
|
|||
}
|
||||
|
||||
namespace Web::Bindings {
|
||||
class AbstractRangeWrapper;
|
||||
class AbortControllerWrapper;
|
||||
class AbortSignalWrapper;
|
||||
class AttributeWrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue