Index: core/svg/SVGPatternElement.idl |
=================================================================== |
--- core/svg/SVGPatternElement.idl (revision 23517) |
+++ core/svg/SVGPatternElement.idl (working copy) |
@@ -23,15 +23,13 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- Conditional=SVG |
-] interface SVGPatternElement : SVGStyledElement, |
- SVGURIReference, |
- SVGTests, |
- SVGLangSpace, |
- SVGExternalResourcesRequired, |
- SVGFitToViewBox |
- /* SVGUnitTypes */ { |
+interface SVGPatternElement : SVGStyledElement, |
+ SVGURIReference, |
+ SVGTests, |
+ SVGLangSpace, |
+ SVGExternalResourcesRequired, |
+ SVGFitToViewBox |
+ /* SVGUnitTypes */ { |
readonly attribute SVGAnimatedEnumeration patternUnits; |
readonly attribute SVGAnimatedEnumeration patternContentUnits; |
readonly attribute SVGAnimatedTransformList patternTransform; |