1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 18:47:44 +00:00

LibWeb: Add Text to the forwarding header

This commit is contained in:
Andreas Kling 2020-05-10 20:43:29 +02:00
parent f2058a39bf
commit 9d7ab13b32

View file

@ -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;