Index: Source/core/svg/SVGForeignObjectElement.idl |
diff --git a/Source/core/svg/SVGForeignObjectElement.idl b/Source/core/svg/SVGForeignObjectElement.idl |
index eaa6db139cbcd07aeb1f3e5526e33221b869d33e..eecedf8f546289374083c65c69204d6ebb98b97c 100644 |
--- a/Source/core/svg/SVGForeignObjectElement.idl |
+++ b/Source/core/svg/SVGForeignObjectElement.idl |
@@ -23,13 +23,11 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- Conditional=SVG |
-] interface SVGForeignObjectElement : SVGStyledElement, |
- SVGTests, |
- SVGLangSpace, |
- SVGExternalResourcesRequired, |
- SVGTransformable { |
+interface SVGForeignObjectElement : SVGStyledElement, |
+ SVGTests, |
+ SVGLangSpace, |
+ SVGExternalResourcesRequired, |
+ SVGTransformable { |
readonly attribute SVGAnimatedLength x; |
readonly attribute SVGAnimatedLength y; |
readonly attribute SVGAnimatedLength width; |