Index: Source/core/svg/SVGMatrix.idl |
diff --git a/Source/core/svg/SVGMatrix.idl b/Source/core/svg/SVGMatrix.idl |
index 714f804d4e364d168bc77b8a73d03ca74325c250..dc871be5b9e1d7fb1e766bc399b69faa18a0524c 100644 |
--- a/Source/core/svg/SVGMatrix.idl |
+++ b/Source/core/svg/SVGMatrix.idl |
@@ -20,9 +20,7 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
-[ |
- Conditional=SVG |
-] interface SVGMatrix { |
+interface SVGMatrix { |
// FIXME: these attributes should all be floats but since we implement |
// AffineTransform with doubles setting these as doubles makes more sense. |
[StrictTypeChecking] attribute double a; |