| Index: Source/core/html/HTMLIFrameElement.idl
|
| diff --git a/Source/core/html/HTMLIFrameElement.idl b/Source/core/html/HTMLIFrameElement.idl
|
| index b73c76416fcccd4506999037938b8a6ff24e13ae..bc93aa32446cda65338b1c16049f1a8c1c52d315 100644
|
| --- a/Source/core/html/HTMLIFrameElement.idl
|
| +++ b/Source/core/html/HTMLIFrameElement.idl
|
| @@ -37,7 +37,7 @@ interface HTMLIFrameElement : HTMLElement {
|
| [CheckSecurityForNode] readonly attribute Document contentDocument;
|
|
|
| // Extensions
|
| - readonly attribute DOMWindow contentWindow;
|
| + readonly attribute Window contentWindow;
|
|
|
| [CheckSecurityForNode, RaisesException] SVGDocument getSVGDocument();
|
| };
|
|
|