Index: Source/core/html/HTMLIFrameElement.idl |
diff --git a/Source/core/html/HTMLIFrameElement.idl b/Source/core/html/HTMLIFrameElement.idl |
index bc93aa32446cda65338b1c16049f1a8c1c52d315..b73c76416fcccd4506999037938b8a6ff24e13ae 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 Window contentWindow; |
+ readonly attribute DOMWindow contentWindow; |
[CheckSecurityForNode, RaisesException] SVGDocument getSVGDocument(); |
}; |