Index: Source/core/svg/SVGPaint.idl |
diff --git a/Source/core/svg/SVGPaint.idl b/Source/core/svg/SVGPaint.idl |
index b1cd6584d555572202ffa680b9bb9261121bf165..7735f8371550d0482612d38f8c51ae75e348a64e 100644 |
--- a/Source/core/svg/SVGPaint.idl |
+++ b/Source/core/svg/SVGPaint.idl |
@@ -23,9 +23,7 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- Conditional=SVG |
-] interface SVGPaint : SVGColor { |
+interface SVGPaint : SVGColor { |
const unsigned short SVG_PAINTTYPE_UNKNOWN = 0; |
const unsigned short SVG_PAINTTYPE_RGBCOLOR = 1; |
const unsigned short SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR = 2; |