1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:27:35 +00:00

LibWeb: Dispatch DOM "load" event on <iframe> elements

This commit is contained in:
Andreas Kling 2020-09-22 17:53:40 +02:00
parent 86a4eaca38
commit 618dcbe405
4 changed files with 15 additions and 0 deletions

View file

@ -135,6 +135,7 @@ class ImageData;
namespace Web {
class EventHandler;
class Frame;
class FrameLoader;
class LayoutBlock;
class LayoutButton;
class LayoutCheckBox;