| Index: Source/core/html/HTMLFrameElement.idl
|
| diff --git a/Source/core/html/HTMLFrameElement.idl b/Source/core/html/HTMLFrameElement.idl
|
| index 499142866262013f535c2755e6f1d12b69127b16..ec98564cff6d7a76f99ff28f19aa04ce50187eb8 100644
|
| --- a/Source/core/html/HTMLFrameElement.idl
|
| +++ b/Source/core/html/HTMLFrameElement.idl
|
| @@ -35,9 +35,7 @@ interface HTMLFrameElement : HTMLElement {
|
| // Extensions
|
| readonly attribute DOMWindow contentWindow;
|
|
|
| -#if defined(ENABLE_SVG) && ENABLE_SVG
|
| [CheckSecurityForNode, RaisesException] SVGDocument getSVGDocument();
|
| -#endif
|
|
|
| [TreatNullAs=NullString, CustomSetter] attribute DOMString location;
|
|
|
|
|