diff options
Diffstat (limited to 'components/script/dom/webidls/HTMLIFrameElement.webidl')
-rw-r--r-- | components/script/dom/webidls/HTMLIFrameElement.webidl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/components/script/dom/webidls/HTMLIFrameElement.webidl b/components/script/dom/webidls/HTMLIFrameElement.webidl index 65ccbe84048..bf547c8930a 100644 --- a/components/script/dom/webidls/HTMLIFrameElement.webidl +++ b/components/script/dom/webidls/HTMLIFrameElement.webidl @@ -13,8 +13,7 @@ interface HTMLIFrameElement : HTMLElement { attribute DOMString width; attribute DOMString height; readonly attribute Document? contentDocument; - //readonly attribute WindowProxy? contentWindow; - readonly attribute Window? contentWindow; + readonly attribute WindowProxy? contentWindow; // also has obsolete members }; @@ -31,7 +30,7 @@ partial interface HTMLIFrameElement { }; partial interface HTMLIFrameElement { - [Func="Window::global_is_mozbrowser"] + [Func="::dom::window::Window::global_is_mozbrowser"] attribute boolean mozbrowser; }; |