Chromium Code Reviews| Index: core/html/HTMLFrameElement.idl |
| =================================================================== |
| --- core/html/HTMLFrameElement.idl (revision 23517) |
| +++ core/html/HTMLFrameElement.idl (working copy) |
| @@ -35,9 +35,7 @@ |
| // Extensions |
| readonly attribute DOMWindow contentWindow; |
| -#if defined(ENABLE_SVG) && ENABLE_SVG |
| [CheckSecurityForNode, RaisesException] SVGDocument getSVGDocument(); |
| -#endif |
| [TreatNullAs=NullString, CustomSetter] attribute DOMString location; |