| Index: Source/core/svg/SVGFEConvolveMatrixElement.idl
|
| diff --git a/Source/core/svg/SVGFEConvolveMatrixElement.idl b/Source/core/svg/SVGFEConvolveMatrixElement.idl
|
| index 0cfcb718d747755f636f532df5992c9670b95a3e..b759230c9249e299358e1ffcbbd7a459825a80b7 100644
|
| --- a/Source/core/svg/SVGFEConvolveMatrixElement.idl
|
| +++ b/Source/core/svg/SVGFEConvolveMatrixElement.idl
|
| @@ -25,7 +25,7 @@
|
|
|
| [
|
| DoNotCheckConstants
|
| -] interface SVGFEConvolveMatrixElement : SVGStyledElement {
|
| +] interface SVGFEConvolveMatrixElement : SVGElement {
|
| // Edge Mode Values
|
| const unsigned short SVG_EDGEMODE_UNKNOWN = 0;
|
| const unsigned short SVG_EDGEMODE_DUPLICATE = 1;
|
|
|