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