mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibWeb: Generate binding for HTMLObjectElement.contentWindow attribute
This only required adding the appropriate definition to the IDL file, as `NavigableContainer` already implements the logic that we need.
This commit is contained in:
committed by
Andreas Kling
parent
b2e6843055
commit
c36ba450be
@@ -14,7 +14,7 @@ interface HTMLObjectElement : HTMLElement {
|
||||
[CEReactions, Reflect] attribute DOMString width;
|
||||
[CEReactions, Reflect] attribute DOMString height;
|
||||
readonly attribute Document? contentDocument;
|
||||
// FIXME: readonly attribute WindowProxy? contentWindow;
|
||||
readonly attribute WindowProxy? contentWindow;
|
||||
Document? getSVGDocument();
|
||||
|
||||
// FIXME: readonly attribute boolean willValidate;
|
||||
|
||||
Reference in New Issue
Block a user