| Index: Source/core/svg/SVGFEColorMatrixElement.idl
|
| diff --git a/Source/core/svg/SVGFEColorMatrixElement.idl b/Source/core/svg/SVGFEColorMatrixElement.idl
|
| index 93d064e79558e79fdb36149191bae8afcbf48e78..4d5504b76a64a5ef9ad1eb03580bd1ce5be737a6 100644
|
| --- a/Source/core/svg/SVGFEColorMatrixElement.idl
|
| +++ b/Source/core/svg/SVGFEColorMatrixElement.idl
|
| @@ -25,7 +25,7 @@
|
|
|
| [
|
| DoNotCheckConstants
|
| -] interface SVGFEColorMatrixElement : SVGStyledElement {
|
| +] interface SVGFEColorMatrixElement : SVGElement {
|
| // Color Matrix Types
|
| const unsigned short SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0;
|
| const unsigned short SVG_FECOLORMATRIX_TYPE_MATRIX = 1;
|
|
|