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