| Index: Source/core/html/HTMLFrameElement.idl
|
| diff --git a/Source/core/html/HTMLFrameElement.idl b/Source/core/html/HTMLFrameElement.idl
|
| index 1ab494ce552ae132d1ed0d9b0e0ef3c210288e6a..82cb3b254ad9c11fe074f2b05cb0db6c463c43a8 100644
|
| --- a/Source/core/html/HTMLFrameElement.idl
|
| +++ b/Source/core/html/HTMLFrameElement.idl
|
| @@ -35,7 +35,7 @@ interface HTMLFrameElement : HTMLElement {
|
| // Extensions
|
| readonly attribute Window contentWindow;
|
|
|
| - [CheckSecurity=Node, RaisesException] SVGDocument getSVGDocument();
|
| + [CheckSecurity=Node, RaisesException] Document getSVGDocument();
|
|
|
| [TreatNullAs=NullString, Custom=Setter, MeasureAs=HTMLFrameElementLocation] attribute DOMString location;
|
|
|
|
|