Browse Source

LibWeb: Add DOM::ShadowRoot to forwarding header

Andreas Kling 4 năm trước cách đây
mục cha
commit
bf82e7fba2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Userland/Libraries/LibWeb/Forward.h

+ 1 - 0
Userland/Libraries/LibWeb/Forward.h

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