Explorar el Código

LibWeb: Add Text to the forwarding header

Andreas Kling hace 5 años
padre
commit
9d7ab13b32
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Libraries/LibWeb/Forward.h

+ 1 - 0
Libraries/LibWeb/Forward.h

@@ -52,6 +52,7 @@ class Selector;
 class StyleResolver;
 class StyleResolver;
 class StyleRule;
 class StyleRule;
 class StyleSheet;
 class StyleSheet;
+class Text;
 class Window;
 class Window;
 class XMLHttpRequest;
 class XMLHttpRequest;