summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-05-24 22:00:10 +0200
committerAndreas Kling <kling@serenityos.org>2020-05-24 23:54:22 +0200
commit3a30180e1e924f4168e806ed44cecf1a631e4738 (patch)
tree0dc061c0738e6af61714c9f899283845f00cb2c8 /Libraries/LibWeb
parent128eaf929555a903abd407467b01ab228f876ae8 (diff)
downloadserenity-3a30180e1e924f4168e806ed44cecf1a631e4738.zip
LibWeb: Add HTMLScriptElement to the forwarding header
Diffstat (limited to 'Libraries/LibWeb')
-rw-r--r--Libraries/LibWeb/Forward.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibWeb/Forward.h b/Libraries/LibWeb/Forward.h
index 3431118c7e..7b475d0fc7 100644
--- a/Libraries/LibWeb/Forward.h
+++ b/Libraries/LibWeb/Forward.h
@@ -43,6 +43,7 @@ class HTMLFormElement;
class HTMLHeadElement;
class HTMLHtmlElement;
class HTMLImageElement;
+class HTMLScriptElement;
class HtmlView;
class ImageData;
class LayoutDocument;