| Index: Source/core/svg/SVGFEColorMatrixElement.idl
|
| diff --git a/Source/core/svg/SVGFEColorMatrixElement.idl b/Source/core/svg/SVGFEColorMatrixElement.idl
|
| index 90cc35d0f39056319621b84c278659ae3c5eddf1..3da552898ef8920e279a4947678c7a86961a59a8 100644
|
| --- a/Source/core/svg/SVGFEColorMatrixElement.idl
|
| +++ b/Source/core/svg/SVGFEColorMatrixElement.idl
|
| @@ -25,8 +25,7 @@
|
|
|
| [
|
| DoNotCheckConstants
|
| -] interface SVGFEColorMatrixElement : SVGStyledElement,
|
| - SVGFilterPrimitiveStandardAttributes {
|
| +] interface SVGFEColorMatrixElement : SVGStyledElement {
|
| // Color Matrix Types
|
| const unsigned short SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0;
|
| const unsigned short SVG_FECOLORMATRIX_TYPE_MATRIX = 1;
|
| @@ -39,3 +38,4 @@
|
| readonly attribute SVGAnimatedNumberList values;
|
| };
|
|
|
| +SVGFEColorMatrixElement implements SVGFilterPrimitiveStandardAttributes;
|
|
|