| Index: Source/core/svg/SVGFEDisplacementMapElement.idl
|
| diff --git a/Source/core/svg/SVGFEDisplacementMapElement.idl b/Source/core/svg/SVGFEDisplacementMapElement.idl
|
| index 855674417222a765a0f728e32d4ce4e09cd6fb74..87570dd00c5894518f98bfd4c6dcf08aa3cabb97 100644
|
| --- a/Source/core/svg/SVGFEDisplacementMapElement.idl
|
| +++ b/Source/core/svg/SVGFEDisplacementMapElement.idl
|
| @@ -24,10 +24,9 @@
|
| */
|
|
|
| [
|
| - Conditional=SVG,
|
| DoNotCheckConstants
|
| ] interface SVGFEDisplacementMapElement : SVGStyledElement,
|
| - SVGFilterPrimitiveStandardAttributes {
|
| + SVGFilterPrimitiveStandardAttributes {
|
| // Channel Selectors
|
| const unsigned short SVG_CHANNEL_UNKNOWN = 0;
|
| const unsigned short SVG_CHANNEL_R = 1;
|
|
|