From 3a30180e1e924f4168e806ed44cecf1a631e4738 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 24 May 2020 22:00:10 +0200 Subject: [PATCH] LibWeb: Add HTMLScriptElement to the forwarding header --- Libraries/LibWeb/Forward.h | 1 + 1 file changed, 1 insertion(+) 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;