| Index: Source/core/svg/SVGFEColorMatrixElement.h
|
| diff --git a/Source/core/svg/SVGFEColorMatrixElement.h b/Source/core/svg/SVGFEColorMatrixElement.h
|
| index 11bd4c83f0968c14a8ac4b69e7914e43f0de8351..095e51413b5e167a77a2181d427e974eb1f4e0e1 100644
|
| --- a/Source/core/svg/SVGFEColorMatrixElement.h
|
| +++ b/Source/core/svg/SVGFEColorMatrixElement.h
|
| @@ -21,7 +21,6 @@
|
| #ifndef SVGFEColorMatrixElement_h
|
| #define SVGFEColorMatrixElement_h
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/platform/graphics/filters/FEColorMatrix.h"
|
| #include "core/svg/SVGAnimatedEnumeration.h"
|
| #include "core/svg/SVGAnimatedNumberList.h"
|
| @@ -88,5 +87,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif
|
|
|