1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:38:12 +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 ParentNode;
class Position;
class ShadowRoot;
class Text;
class Timer;
class Window;