Index: Source/core/svg/SVGColor.idl |
diff --git a/Source/core/svg/SVGColor.idl b/Source/core/svg/SVGColor.idl |
index 21c669eadb6eba34ac3f58b4feffecc486474824..6cce81e9a75df17f8e5315bc753ea2a349e8fd0b 100644 |
--- a/Source/core/svg/SVGColor.idl |
+++ b/Source/core/svg/SVGColor.idl |
@@ -19,9 +19,7 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
-[ |
- Conditional=SVG |
-] interface SVGColor : CSSValue { |
+interface SVGColor : CSSValue { |
const unsigned short SVG_COLORTYPE_UNKNOWN = 0; |
const unsigned short SVG_COLORTYPE_RGBCOLOR = 1; |
const unsigned short SVG_COLORTYPE_RGBCOLOR_ICCCOLOR = 2; |