| Index: Source/core/svg/SVGFEMorphologyElement.idl
 | 
| diff --git a/Source/core/svg/SVGFEMorphologyElement.idl b/Source/core/svg/SVGFEMorphologyElement.idl
 | 
| index 168b4eff5efeb4645f45a44156df7f5e6fd8ce7b..550c368550c00c1332b15ba3d36509e6045b0716 100644
 | 
| --- a/Source/core/svg/SVGFEMorphologyElement.idl
 | 
| +++ b/Source/core/svg/SVGFEMorphologyElement.idl
 | 
| @@ -25,7 +25,7 @@
 | 
|  
 | 
|  [
 | 
|      DoNotCheckConstants
 | 
| -] interface SVGFEMorphologyElement : SVGStyledElement {
 | 
| +] interface SVGFEMorphologyElement : SVGElement {
 | 
|      // Morphology Operators
 | 
|      const unsigned short SVG_MORPHOLOGY_OPERATOR_UNKNOWN  = 0;
 | 
|      const unsigned short SVG_MORPHOLOGY_OPERATOR_ERODE    = 1;
 | 
| 
 |