| Index: Source/core/html/HTMLIFrameElement.idl
|
| diff --git a/Source/core/html/HTMLIFrameElement.idl b/Source/core/html/HTMLIFrameElement.idl
|
| index aa54d7eea4952441dde8a201a0674cac3228d037..b73c76416fcccd4506999037938b8a6ff24e13ae 100644
|
| --- a/Source/core/html/HTMLIFrameElement.idl
|
| +++ b/Source/core/html/HTMLIFrameElement.idl
|
| @@ -39,8 +39,6 @@ interface HTMLIFrameElement : HTMLElement {
|
| // Extensions
|
| readonly attribute DOMWindow contentWindow;
|
|
|
| -#if defined(ENABLE_SVG) && ENABLE_SVG
|
| [CheckSecurityForNode, RaisesException] SVGDocument getSVGDocument();
|
| -#endif
|
| };
|
|
|
|
|