diff options
Diffstat (limited to 'src/components/script/dom/webidls/HTMLIFrameElement.webidl')
-rw-r--r-- | src/components/script/dom/webidls/HTMLIFrameElement.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/dom/webidls/HTMLIFrameElement.webidl b/src/components/script/dom/webidls/HTMLIFrameElement.webidl index 873563e139a..09d81a27102 100644 --- a/src/components/script/dom/webidls/HTMLIFrameElement.webidl +++ b/src/components/script/dom/webidls/HTMLIFrameElement.webidl @@ -27,7 +27,7 @@ interface HTMLIFrameElement : HTMLElement { [SetterThrows, Pure] attribute DOMString height; readonly attribute Document? contentDocument; - readonly attribute WindowProxy? contentWindow; + readonly attribute Window? contentWindow; }; // http://www.whatwg.org/specs/web-apps/current-work/#other-elements,-attributes-and-apis |