Index: Source/core/svg/SVGMPathElement.idl |
diff --git a/Source/core/svg/SVGMPathElement.idl b/Source/core/svg/SVGMPathElement.idl |
index 57f3a42a422108a6242e5016196281e61e7e4f04..c3a72ac365e35d24a772d0a62405888dee3bd700 100644 |
--- a/Source/core/svg/SVGMPathElement.idl |
+++ b/Source/core/svg/SVGMPathElement.idl |
@@ -23,10 +23,8 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- Conditional=SVG |
-] interface SVGMPathElement : SVGElement, |
- SVGURIReference, |
- SVGExternalResourcesRequired { |
+interface SVGMPathElement : SVGElement, |
+ SVGURIReference, |
+ SVGExternalResourcesRequired { |
}; |