Index: core/svg/SVGMPathElement.idl |
=================================================================== |
--- core/svg/SVGMPathElement.idl (revision 23517) |
+++ core/svg/SVGMPathElement.idl (working copy) |
@@ -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 { |
}; |