Index: Source/core/html/HTMLIFrameElement.idl |
diff --git a/Source/core/html/HTMLIFrameElement.idl b/Source/core/html/HTMLIFrameElement.idl |
index 1fc081e5328347e0f286fcfbf39ca3c1a3e30dc0..7b864ca9c675a33320f203abfbb4939172880201 100644 |
--- a/Source/core/html/HTMLIFrameElement.idl |
+++ b/Source/core/html/HTMLIFrameElement.idl |
@@ -38,5 +38,5 @@ interface HTMLIFrameElement : HTMLElement { |
// Extensions |
readonly attribute Window contentWindow; |
- [CheckSecurity=Node, RaisesException] SVGDocument getSVGDocument(); |
+ [CheckSecurity=Node, RaisesException] Document getSVGDocument(); |
}; |