Index: Source/core/svg/SVGPatternElement.idl |
diff --git a/Source/core/svg/SVGPatternElement.idl b/Source/core/svg/SVGPatternElement.idl |
index 2226eb7bb01298c8acb61f5b474dea51512c1eb4..d8fe822e7103488ac66618fe63add31c50a9b14c 100644 |
--- a/Source/core/svg/SVGPatternElement.idl |
+++ b/Source/core/svg/SVGPatternElement.idl |
@@ -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; |