| Index: Source/core/svg/SVGFEMergeElement.h
|
| diff --git a/Source/core/svg/SVGFEMergeElement.h b/Source/core/svg/SVGFEMergeElement.h
|
| index a398d7348fda31e9a94b04cb2c583b6c97a1e25f..ba27b06120cc66cfa52041376c104126cc334046 100644
|
| --- a/Source/core/svg/SVGFEMergeElement.h
|
| +++ b/Source/core/svg/SVGFEMergeElement.h
|
| @@ -22,8 +22,8 @@
|
| #define SVGFEMergeElement_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "FEMerge.h"
|
| #include "SVGFilterPrimitiveStandardAttributes.h"
|
| +#include "core/platform/graphics/filters/FEMerge.h"
|
|
|
| namespace WebCore {
|
|
|
|
|