1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 11:37:44 +00:00

LibWeb: Add HTMLScriptElement to the forwarding header

This commit is contained in:
Andreas Kling 2020-05-24 22:00:10 +02:00
parent 128eaf9295
commit 3a30180e1e

View file

@ -43,6 +43,7 @@ class HTMLFormElement;
class HTMLHeadElement;
class HTMLHtmlElement;
class HTMLImageElement;
class HTMLScriptElement;
class HtmlView;
class ImageData;
class LayoutDocument;