| Index: Source/core/svg/SVGFEMorphologyElement.h
|
| diff --git a/Source/core/svg/SVGFEMorphologyElement.h b/Source/core/svg/SVGFEMorphologyElement.h
|
| index 42d506d94d515c50040502ba0b5152a25a52fb0d..3d486b820fb11ba61bf07b5fe0cabb461d9e16b1 100644
|
| --- a/Source/core/svg/SVGFEMorphologyElement.h
|
| +++ b/Source/core/svg/SVGFEMorphologyElement.h
|
| @@ -21,10 +21,10 @@
|
| #define SVGFEMorphologyElement_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "FEMorphology.h"
|
| #include "SVGAnimatedEnumeration.h"
|
| #include "SVGAnimatedNumber.h"
|
| #include "SVGFilterPrimitiveStandardAttributes.h"
|
| +#include "core/platform/graphics/filters/FEMorphology.h"
|
|
|
| namespace WebCore {
|
|
|
|
|