| Index: Source/core/svg/SVGFEColorMatrixElement.idl
|
| diff --git a/Source/core/svg/SVGFEColorMatrixElement.idl b/Source/core/svg/SVGFEColorMatrixElement.idl
|
| index 56ee41440c66163255673fd48adb5235ba49eaa1..90cc35d0f39056319621b84c278659ae3c5eddf1 100644
|
| --- a/Source/core/svg/SVGFEColorMatrixElement.idl
|
| +++ b/Source/core/svg/SVGFEColorMatrixElement.idl
|
| @@ -24,10 +24,9 @@
|
| */
|
|
|
| [
|
| - Conditional=SVG,
|
| DoNotCheckConstants
|
| ] interface SVGFEColorMatrixElement : SVGStyledElement,
|
| - SVGFilterPrimitiveStandardAttributes {
|
| + SVGFilterPrimitiveStandardAttributes {
|
| // Color Matrix Types
|
| const unsigned short SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0;
|
| const unsigned short SVG_FECOLORMATRIX_TYPE_MATRIX = 1;
|
|
|