Index: core/svg/SVGFETurbulenceElement.idl |
=================================================================== |
--- core/svg/SVGFETurbulenceElement.idl (revision 23517) |
+++ core/svg/SVGFETurbulenceElement.idl (working copy) |
@@ -24,10 +24,9 @@ |
*/ |
[ |
- Conditional=SVG, |
DoNotCheckConstants |
] interface SVGFETurbulenceElement : SVGStyledElement, |
- SVGFilterPrimitiveStandardAttributes { |
+ SVGFilterPrimitiveStandardAttributes { |
// Turbulence Types |
const unsigned short SVG_TURBULENCE_TYPE_UNKNOWN = 0; |
const unsigned short SVG_TURBULENCE_TYPE_FRACTALNOISE = 1; |