mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
LibWeb: Delay load event in more HTMLObjectElement situation
This commit is contained in:
committed by
Andreas Kling
parent
e88286b337
commit
2405805ddf
@@ -92,6 +92,10 @@ private:
|
||||
GC::Ptr<DecodedImageData> image_data() const;
|
||||
|
||||
GC::Ptr<SharedResourceRequest> m_resource_request;
|
||||
|
||||
public:
|
||||
Optional<DOM::DocumentLoadEventDelayer> m_document_load_event_delayer_for_object_representation_task;
|
||||
Optional<DOM::DocumentLoadEventDelayer> m_document_load_event_delayer_for_resource_load;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user