diff --git a/Userland/Libraries/LibWeb/HTML/HTMLObjectElement.idl b/Userland/Libraries/LibWeb/HTML/HTMLObjectElement.idl
index 694b2361b3..ea00499873 100644
--- a/Userland/Libraries/LibWeb/HTML/HTMLObjectElement.idl
+++ b/Userland/Libraries/LibWeb/HTML/HTMLObjectElement.idl
@@ -9,6 +9,8 @@ interface HTMLObjectElement : HTMLElement {
[Reflect] attribute DOMString width;
[Reflect] attribute DOMString height;
+ readonly attribute Document? contentDocument;
+
[Reflect] attribute DOMString align;
[Reflect] attribute DOMString archive;
[Reflect] attribute DOMString code;