1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 06:27:45 +00:00

LibWeb: Add DOM::ShadowRoot to forwarding header

This commit is contained in:
Andreas Kling 2021-02-10 18:20:49 +01:00
parent bbce1ab1c1
commit bf82e7fba2

View file

@ -53,6 +53,7 @@ class MouseEvent;
class Node; class Node;
class ParentNode; class ParentNode;
class Position; class Position;
class ShadowRoot;
class Text; class Text;
class Timer; class Timer;
class Window; class Window;