| Index: core/html/HTMLFrameElement.idl
|
| diff --git a/core/html/HTMLFrameElement.idl b/core/html/HTMLFrameElement.idl
|
| index 819bc6c9257cc1725787bf8f8e091ec6084e0656..54e290141f066eb6cd7ca105b96b1a9e945cdd17 100644
|
| --- a/core/html/HTMLFrameElement.idl
|
| +++ b/core/html/HTMLFrameElement.idl
|
| @@ -27,13 +27,9 @@ interface HTMLFrameElement : HTMLElement {
|
| [Reflect] attribute DOMString frameBorder;
|
| [Reflect, URL] attribute DOMString longDesc;
|
| [Reflect] attribute boolean noResize;
|
| - [CheckSecurity=Node] readonly attribute Document? contentDocument;
|
| + [CheckSecurity=ReturnValue] readonly attribute Document? contentDocument;
|
| readonly attribute Window? contentWindow;
|
|
|
| [Reflect, TreatNullAs=EmptyString] attribute DOMString marginHeight;
|
| [Reflect, TreatNullAs=EmptyString] attribute DOMString marginWidth;
|
| -
|
| - // FIXME: The spec defines getSVGDocument() for HTMLIFrameElement,
|
| - // HTMLEmbedElement and HTMLObjectElement, but not here.
|
| - [Measure, CheckSecurity=Node, RaisesException] Document? getSVGDocument();
|
| };
|
|
|