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

LibWeb: Make DOM::Range more suitable for JS.

This commit is contained in:
asynts 2020-12-06 19:51:55 +01:00 committed by Andreas Kling
parent 4df0eeaa3d
commit 10f9c85090
11 changed files with 186 additions and 69 deletions

View file

@ -51,10 +51,10 @@ class MouseEvent;
class Node;
class ParentNode;
class Position;
class Range;
class Text;
class Timer;
class Window;
class Range;
enum class QuirksMode;
}