| Index: Source/core/svg/SVGFECompositeElement.cpp
|
| diff --git a/Source/core/svg/SVGFECompositeElement.cpp b/Source/core/svg/SVGFECompositeElement.cpp
|
| index e87ce7c2ee0147ab8e978f5ce18ea6f35c12ef09..064752d5d058736e8d4aa30d079037e34563fd21 100644
|
| --- a/Source/core/svg/SVGFECompositeElement.cpp
|
| +++ b/Source/core/svg/SVGFECompositeElement.cpp
|
| @@ -20,7 +20,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGFECompositeElement.h"
|
|
|
| #include "SVGNames.h"
|
| @@ -189,5 +188,3 @@ PassRefPtr<FilterEffect> SVGFECompositeElement::build(SVGFilterBuilder* filterBu
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|