| Index: Source/core/svg/SVGFEConvolveMatrixElement.idl
|
| diff --git a/Source/core/svg/SVGFEConvolveMatrixElement.idl b/Source/core/svg/SVGFEConvolveMatrixElement.idl
|
| index 0887bd6d23eb0e1fef560e976ba9a48b7f667ce9..1ae8935b65d06f743f0b04fc589cb1d2727c78b6 100644
|
| --- a/Source/core/svg/SVGFEConvolveMatrixElement.idl
|
| +++ b/Source/core/svg/SVGFEConvolveMatrixElement.idl
|
| @@ -24,10 +24,9 @@
|
| */
|
|
|
| [
|
| - Conditional=SVG,
|
| DoNotCheckConstants
|
| ] interface SVGFEConvolveMatrixElement : SVGStyledElement,
|
| - SVGFilterPrimitiveStandardAttributes {
|
| + SVGFilterPrimitiveStandardAttributes {
|
| // Edge Mode Values
|
| const unsigned short SVG_EDGEMODE_UNKNOWN = 0;
|
| const unsigned short SVG_EDGEMODE_DUPLICATE = 1;
|
|
|