aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/webidls/HTMLFrameElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/script/dom/webidls/HTMLFrameElement.webidl')
-rw-r--r--src/components/script/dom/webidls/HTMLFrameElement.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/dom/webidls/HTMLFrameElement.webidl b/src/components/script/dom/webidls/HTMLFrameElement.webidl
index 845fbe3bf2e..f1c78606b02 100644
--- a/src/components/script/dom/webidls/HTMLFrameElement.webidl
+++ b/src/components/script/dom/webidls/HTMLFrameElement.webidl
@@ -25,7 +25,7 @@ interface HTMLFrameElement : HTMLElement {
[SetterThrows]
attribute boolean noResize;
readonly attribute Document? contentDocument;
- readonly attribute WindowProxy? contentWindow;
+ readonly attribute Window? contentWindow;
[TreatNullAs=EmptyString, SetterThrows] attribute DOMString marginHeight;
[TreatNullAs=EmptyString, SetterThrows] attribute DOMString marginWidth;