diff options
Diffstat (limited to 'components/script/dom/webidls/HTMLIFrameElement.webidl')
-rw-r--r-- | components/script/dom/webidls/HTMLIFrameElement.webidl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/webidls/HTMLIFrameElement.webidl b/components/script/dom/webidls/HTMLIFrameElement.webidl index 528ee2aa47b..e230cea4063 100644 --- a/components/script/dom/webidls/HTMLIFrameElement.webidl +++ b/components/script/dom/webidls/HTMLIFrameElement.webidl @@ -12,8 +12,8 @@ interface HTMLIFrameElement : HTMLElement { attribute DOMString sandbox; // attribute boolean seamless; // attribute boolean allowFullscreen; - // attribute DOMString width; - // attribute DOMString height; + attribute DOMString width; + attribute DOMString height; readonly attribute Document? contentDocument; //readonly attribute WindowProxy? contentWindow; readonly attribute Window? contentWindow; |