aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/webidls/HTMLObjectElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/script/dom/webidls/HTMLObjectElement.webidl')
-rw-r--r--src/components/script/dom/webidls/HTMLObjectElement.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/dom/webidls/HTMLObjectElement.webidl b/src/components/script/dom/webidls/HTMLObjectElement.webidl
index ab38d47dd3f..97b25b9cfc3 100644
--- a/src/components/script/dom/webidls/HTMLObjectElement.webidl
+++ b/src/components/script/dom/webidls/HTMLObjectElement.webidl
@@ -32,7 +32,7 @@ interface HTMLObjectElement : HTMLElement {
// Not pure: can trigger about:blank instantiation
readonly attribute Document? contentDocument;
// Not pure: can trigger about:blank instantiation
- readonly attribute WindowProxy? contentWindow;
+ readonly attribute Window? contentWindow;
readonly attribute boolean willValidate;
readonly attribute ValidityState validity;