| Index: Source/core/svg/SVGFETurbulenceElement.idl
|
| diff --git a/Source/core/svg/SVGFETurbulenceElement.idl b/Source/core/svg/SVGFETurbulenceElement.idl
|
| index ec9ca2e54a46c672153953bd465dd7625304d8fb..b4a326fb23002a545e96b94cad829e07e451ce47 100644
|
| --- a/Source/core/svg/SVGFETurbulenceElement.idl
|
| +++ b/Source/core/svg/SVGFETurbulenceElement.idl
|
| @@ -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;
|
|
|