| Index: third_party/WebKit/Source/core/html/HTMLFrameElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameElement.idl b/third_party/WebKit/Source/core/html/HTMLFrameElement.idl
|
| index 819bc6c9257cc1725787bf8f8e091ec6084e0656..bd50b0ce8c12a42f4d99341de782bafebfbb52b0 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameElement.idl
|
| @@ -32,8 +32,4 @@ interface HTMLFrameElement : HTMLElement {
|
|
|
| [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();
|
| };
|
|
|