diff options
author | Andreas Kling <kling@serenityos.org> | 2020-05-24 22:00:10 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-05-24 23:54:22 +0200 |
commit | 3a30180e1e924f4168e806ed44cecf1a631e4738 (patch) | |
tree | 0dc061c0738e6af61714c9f899283845f00cb2c8 /Libraries | |
parent | 128eaf929555a903abd407467b01ab228f876ae8 (diff) | |
download | serenity-3a30180e1e924f4168e806ed44cecf1a631e4738.zip |
LibWeb: Add HTMLScriptElement to the forwarding header
Diffstat (limited to 'Libraries')
-rw-r--r-- | Libraries/LibWeb/Forward.h | 1 |
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; |