| Index: Source/core/svg/SVGFEColorMatrixElement.cpp
|
| diff --git a/Source/core/svg/SVGFEColorMatrixElement.cpp b/Source/core/svg/SVGFEColorMatrixElement.cpp
|
| index c72cfd1f18ccc8c3c36768650f7f4e6d39cd82d8..03ffb814eb774604e29e3d628f75b14f64406e46 100644
|
| --- a/Source/core/svg/SVGFEColorMatrixElement.cpp
|
| +++ b/Source/core/svg/SVGFEColorMatrixElement.cpp
|
| @@ -20,7 +20,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGFEColorMatrixElement.h"
|
|
|
| #include "SVGNames.h"
|
| @@ -174,5 +173,3 @@ PassRefPtr<FilterEffect> SVGFEColorMatrixElement::build(SVGFilterBuilder* filter
|
| }
|
|
|
| } // namespace WebCore
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|